Skip to content

Commit

Permalink
Merge pull request #12 from RobertoCorti/feature/9-add-version-option
Browse files Browse the repository at this point in the history
Add version option to envcloak command in CLI
  • Loading branch information
Veinar authored Nov 22, 2024
2 parents 5361d51 + 041392f commit 7eac482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envcloak/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


@click.group()
@click.version_option(prog_name="EnvCloak")
def main():
"""
EnvCloak: Securely manage encrypted environment variables.
Expand Down

0 comments on commit 7eac482

Please sign in to comment.