mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-05 22:10:39 +00:00
bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "glyphance"
|
name = "glyphance"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Niccolo Borgioli <hi@nicco.io>"]
|
authors = ["Niccolo Borgioli <hi@nicco.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@@ -8,7 +8,7 @@ from config import load, validate
|
|||||||
|
|
||||||
|
|
||||||
@click.command()
|
@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('-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('-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.")
|
@click.option('-o', '--output-directory', type=click.Path(), help="Path to the output directory.")
|
||||||
|
Reference in New Issue
Block a user