Skip to content

Commit

Permalink
Regenerate reference files for new click version
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 10, 2022
1 parent 8d70146 commit 154e93c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions tests/test_click_/test_commit_option_False_.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Usage: main [OPTIONS]
Options:
-y, --commit / -n, --no-commit Commit or do not commit any changed files.
[default: (Don't commit)]

-h, --help Show this message and exit.
-h, --help Show this message and exit.
3 changes: 1 addition & 2 deletions tests/test_click_/test_commit_option_None_.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Usage: main [OPTIONS]
Options:
-y, --commit / -n, --no-commit Commit or do not commit any changed files.
[default: (Ask first)]

-h, --help Show this message and exit.
-h, --help Show this message and exit.
3 changes: 1 addition & 2 deletions tests/test_click_/test_commit_option_True_.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Usage: main [OPTIONS]
Options:
-y, --commit / -n, --no-commit Commit or do not commit any changed files.
[default: (Commit automatically)]

-h, --help Show this message and exit.
-h, --help Show this message and exit.
4 changes: 1 addition & 3 deletions tests/test_click_/test_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Usage: main [OPTIONS]
Options:
-y, --commit / -n, --no-commit Commit or do not commit any changed files.
[default: (Ask first)]

-m, --message TEXT The commit message to use. [default: Default
commit message]

-h, --help Show this message and exit.
-h, --help Show this message and exit.

0 comments on commit 154e93c

Please sign in to comment.