mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
Move management command from extras to dcim
This commit is contained in:
parent
c75211d100
commit
b556e9c40e
@ -28,7 +28,7 @@ CHOICES_MAP = {
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = "Generate JSON schema for the NetBox device type library"
|
||||
help = "Generate JSON schema for validating NetBox device type definitions"
|
||||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument(
|
Loading…
Reference in New Issue
Block a user