From 12c70ca573caa0fbd264ac4ccbfa0bd6b9dd8f95 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 16 Mar 2014 17:17:54 +0100 Subject: [PATCH] Add issue reference to hack --- vdirsyncer/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vdirsyncer/cli.py b/vdirsyncer/cli.py index 6a760cb..8f804bf 100644 --- a/vdirsyncer/cli.py +++ b/vdirsyncer/cli.py @@ -134,6 +134,7 @@ def _main(env, file_cfg): @app.main() def app_main(context): + # https://github.com/DasIch/argvard/issues/2 app.options['--help'].function(context) @app.option('--verbose|-v')