Skip to content

Commit

Permalink
add --version support
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Dec 19, 2024
1 parent bdbe98b commit 3760851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions civicpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
import vcfpy
import binascii
from collections import OrderedDict
from civicpy.__version__ import __version__


CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])


@click.group(context_settings=CONTEXT_SETTINGS)
@click.version_option(__version__)
def cli():
pass

Expand Down

0 comments on commit 3760851

Please sign in to comment.