draft: genre is optional
This commit is contained in:
parent
ed2eeabd6a
commit
240bd105f0
@ -73,5 +73,5 @@ def main():
|
|||||||
description=DESCRIPTION,
|
description=DESCRIPTION,
|
||||||
epilog='This is just a development cli. The real frontend is coming soon.'
|
epilog='This is just a development cli. The real frontend is coming soon.'
|
||||||
)
|
)
|
||||||
parser.add_argument('--genre', '-g', action='store_const')
|
parser.add_argument('--genre', '-g', action='store_const', required=False, help="choose a genre to download from")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user