Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 19, 2023
1 parent c956afc commit a79cbbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/carapace/cmd/invoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ func TestShorthandChain(t *testing.T) {
).Tag("flags").
NoSpace('.').
Usage("carapace [flags] [COMPLETER] [bash|elvish|fish|nushell|oil|powershell|tcsh|xonsh|zsh]"))

s.Run("tail", "export", "tail", "--follow=").
Expect(carapace.ActionValues(
"name",
"descriptor",
).Prefix("--follow=").
Usage("output appended data as the file grows"))
})
}

0 comments on commit a79cbbd

Please sign in to comment.