Better messages for help.

This commit is contained in:
gabriel becker 2022-11-30 17:35:39 +11:00
parent 3a7cb85aee
commit b513dbd08f

View File

@ -15,6 +15,9 @@ def generate_anki(
name, name,
config_file, config_file,
): ):
"""
Create an anki deck from a csv file and a config file.
"""
output_file = parse_output(output_file) output_file = parse_output(output_file)
if name is None: if name is None:
name = get_name_from_output(output_file) name = get_name_from_output(output_file)