Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs authored Aug 23, 2023
1 parent af354b3 commit f2f2623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroma_feedback/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def cli() -> None:
program.add_argument('-i', '--background-interval', default = 60, type = int)
program.add_argument('-d', '--dry-run', action = 'store_true')
program.add_argument('-l', '--log-level', default = 'info', choices = logger.get_log_levels())
program.add_argument('-v', '--version', action = 'version', version = metadata.get('name') + ' ' + metadata.get('version'))
program.add_argument('-v', '--version', version = metadata.get('name') + ' ' + metadata.get('version'), action = 'version')
init(program)


Expand Down

0 comments on commit f2f2623

Please sign in to comment.