1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-06 05:02:39 +03:00

6 Commits

Author SHA1 Message Date
Herman Slatman
de85fd0cef Use github.com/smallstep/cli-utils and reorder imports 2024-09-30 13:25:46 +02:00
Magnus Watn
f1fa097d74 Fix fish completion
`ToFishCompletion()` returns an error that needs to be handled.
2024-06-29 13:51:19 +02:00
Sam Wolfson
c5608d1b20 Fix command completion for zsh
zsh only reads the first line of a file when searching for `#compdef`
lines. The completion script added a comment above this line and caused
zsh autocomplete to fail.

https://zsh.sourceforge.io/Doc/Release/Completion-System.html
2023-10-26 17:10:18 -07:00
Carl Tashian
f60a539f98 Document fish completion 2023-05-03 16:05:04 -07:00
Delapouite
4ee9a0def5 Add fish shell auto-completion 2022-07-26 14:37:48 +02:00
Omar Aloraini
fb2ca6cde7 Add completion command
Fixes #622
2022-02-10 01:26:12 +03:00