From c6263dfcd7d5a1f7c7295b37c615e20970cca2ff Mon Sep 17 00:00:00 2001 From: Ola Skavhaug Date: Mon, 16 Jun 2025 09:41:18 +0200 Subject: [PATCH] Fix bug --- cvcreator/parser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = "",