|
|
@ -5,8 +5,8 @@ from ankimaker.tasks import basic_pandas_to_anki |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@cli.command('csv') |
|
|
|
@cli.command('csv') |
|
|
|
@click.argument('-i', '--input', 'input_file', type=click.Path(exists=True)) |
|
|
|
@click.option('-i', '--input', 'input_file', type=click.Path(exists=True)) |
|
|
|
@click.argument('-o', '--output', 'output_file', type=click.Path(exists=False)) |
|
|
|
@click.option('-o', '--output', 'output_file', type=click.Path(exists=False)) |
|
|
|
@click.option('-c', '--conf', 'config_file', default=None, type=click.STRING) |
|
|
|
@click.option('-c', '--conf', 'config_file', default=None, type=click.STRING) |
|
|
|
@click.option('-n', '--name', 'name', default=None, type=click.STRING) |
|
|
|
@click.option('-n', '--name', 'name', default=None, type=click.STRING) |
|
|
|
def generate_anki( |
|
|
|
def generate_anki( |
|
|
|