mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-07 23:10:40 +00:00
bump version
This commit is contained in:
@@ -8,7 +8,7 @@ from config import load, validate
|
||||
|
||||
|
||||
@click.command()
|
||||
@click.version_option("0.1.0")
|
||||
@click.version_option("1.0.0")
|
||||
@click.option('-v', '--verbose', is_flag=True, default=False, help="Run in verbose mode.")
|
||||
@click.option('-c', '--config', type=click.Path(), required=True, help="Path to the config file.")
|
||||
@click.option('-o', '--output-directory', type=click.Path(), help="Path to the output directory.")
|
||||
|
Reference in New Issue
Block a user