We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8534e00 commit 09f33e4Copy full SHA for 09f33e4
cmd/devcontainer/completion.go
@@ -28,6 +28,9 @@ func createCompleteCommand(rootCmd *cobra.Command) *cobra.Command {
28
source <(devcontainer completion bash | sed s/devcontainer/dc/g)
29
30
`,
31
+ PersistentPreRun: func(cmd *cobra.Command, args []string) {
32
+ // suppress the PersistentPreRun in main
33
+ },
34
RunE: func(cmd *cobra.Command, args []string) error {
35
if len(args) != 1 {
36
_ = cmd.Usage()
0 commit comments