kopia lustrzana https://gitlab.com/marnanel/chapeau
you can have no F=V pairs with kepicreate
rodzic
c89fb32dd9
commit
f73e8dfbd1
|
@ -8,7 +8,7 @@ class Command(BaseCommand):
|
|||
parser.add_argument('type', type=str,
|
||||
help="the type of object (e.g. 'Person')")
|
||||
parser.add_argument(
|
||||
'fields', metavar='FIELD=VALUE', nargs='+', type=str,
|
||||
'fields', metavar='FIELD=VALUE', nargs='*', type=str,
|
||||
help='fields for the new object')
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
|
Ładowanie…
Reference in New Issue