Skip to content

Commit

Permalink
fix: command abbreviation (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
TfedUD authored Feb 14, 2024
1 parent 6e8af3a commit 3db67a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeybee_doe2/cli/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def translate():
['room', 'story', 'model', 'assigned-hvac'], case_sensitive=False))

@click.option(
'--exclude-interior-walls', '-eit', help='Set to True to remove interior walls',
'--exclude-interior-walls', '-eiw', help='Set to True to remove interior walls',
default=False, show_default=True, is_flag=True
)

Expand Down

0 comments on commit 3db67a8

Please sign in to comment.