diff --git a/cvcreator/parser.py b/cvcreator/parser.py index 2839453..6de8b79 100644 --- a/cvcreator/parser.py +++ b/cvcreator/parser.py @@ -49,8 +49,7 @@ def cv(): @click.option("-u", "--publications", default="", help=( "Comma-separated list of publication tags to include. Use ':' for all.")) @click.option("-v", "--verbose", is_flag=False, help="Do not muffle latex compilation output") -@click.option("-", "--publications", default="", help=( - "Comma-separated list of publication tags to include. Use ':' for all.")) + def create( toml_content: str, output: str = "",