mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
added console output to scan_comics.py options.
This commit is contained in:
@@ -15,10 +15,6 @@ class Command(BaseCommand):
|
||||
self.base_dir = Setting.objects.get(name="BASE_DIR").value
|
||||
|
||||
def add_arguments(self, parser):
|
||||
# Positional arguments
|
||||
parser.add_argument('poll_ids', nargs='+', type=int)
|
||||
|
||||
# Named (optional) arguments
|
||||
parser.add_argument(
|
||||
'--out',
|
||||
action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user