chessli icon indicating copy to clipboard operation
chessli copied to clipboard

Adding store option to fix missing key store exception issue #24

Open fionn-r opened this issue 1 year ago • 0 comments

Fix for #24 where there is a missing key.

If there is any reason to not have the option to store, the alternative is just adding:

@app.command()
def ankify( ... ):
    cli_config["store"] = False
    ...

fionn-r avatar Mar 06 '23 12:03 fionn-r