gitee_cli/cmd/generate-fig-spec.go

10 lines
169 B
Go
Raw Permalink Normal View History

2024-04-07 17:49:39 +08:00
package cmd
import (
"github.com/withfig/autocomplete-tools/integrations/cobra"
)
func init() {
RootCmd.AddCommand(cobracompletefig.CreateCompletionSpecCommand())
}