Skip to content

Commit

Permalink
update test help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka committed Mar 8, 2024
1 parent e116ba5 commit e872424
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/__snapshots__/test_help_messages.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,11 @@
│ [required] │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help -h Show this message and exit. │
│ --like -l TEXT SQL LIKE pattern for filtering objects by name. For │
│ example, list-branches --like "%_test" lists all │
│ branches that end with "_test" │
│ [default: %%] │
│ --help -h Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Connection configuration ───────────────────────────────────────────────────╮
│ --connection,--environment -c TEXT Name of the connection, as defined │
Expand Down Expand Up @@ -1077,7 +1081,11 @@
│ [required] │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help -h Show this message and exit. │
│ --like -l TEXT SQL LIKE pattern for filtering objects by name. For │
│ example, list-tags --like "v2.0%" lists all tags that │
│ start with "v2.0" │
│ [default: %%] │
│ --help -h Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Connection configuration ───────────────────────────────────────────────────╮
│ --connection,--environment -c TEXT Name of the connection, as defined │
Expand Down

0 comments on commit e872424

Please sign in to comment.