mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +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
|
self.base_dir = Setting.objects.get(name="BASE_DIR").value
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
# Positional arguments
|
|
||||||
parser.add_argument('poll_ids', nargs='+', type=int)
|
|
||||||
|
|
||||||
# Named (optional) arguments
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--out',
|
'--out',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
|||||||
Reference in New Issue
Block a user