Changes

Jump to navigation Jump to search
64 bytes added ,  08:38, 27 April 2020
m
no edit summary
Line 5: Line 5:  
class Command(BaseCommand):
 
class Command(BaseCommand):
 
     def add_arguments(self, parser):
 
     def add_arguments(self, parser):
         pass
+
         parser.add_argument('path', help='File path')
    
     def handle(self, *args, **options):
 
     def handle(self, *args, **options):
         pass
+
         print(f'{options['path']}')
 
</syntaxhighlight>
 
</syntaxhighlight>

Navigation menu