mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Enable autosuggestions but hide it from commands
This commit is contained in:
parent
e65535bf00
commit
a49e65e151
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func Execute() {
|
func Execute() {
|
||||||
rootCmd.CompletionOptions.DisableDefaultCmd = true
|
rootCmd.CompletionOptions.HiddenDefaultCmd = true
|
||||||
defer func() {
|
defer func() {
|
||||||
if r := recover(); r != nil {
|
if r := recover(); r != nil {
|
||||||
if out.IsDev() {
|
if out.IsDev() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue