chessli
chessli copied to clipboard
Adding store option to fix missing key store exception issue #24
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
...