Browse Source

Better messages for help.

feature/create-config
gabriel becker 2 years ago
parent
commit
b513dbd08f
  1. 3
      src/ankimaker/commands/from_csv.py

3
src/ankimaker/commands/from_csv.py

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

Loading…
Cancel
Save