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 77f121c commit 774487cCopy full SHA for 774487c
cmd/devcontainerx/devcontainer.go
@@ -131,7 +131,6 @@ func createExecCommand() *cobra.Command {
131
Short: "Execute a command in a devcontainer",
132
Long: "Execute a command in a devcontainer, similar to `docker exec`",
133
RunE: func(cmd *cobra.Command, args []string) error {
134
- fmt.Printf("*** %q\n\n\n", argDevcontainerName)
135
// Default to executing /bin/bash
136
if len(args) == 0 {
137
args = []string{"/bin/bash"}
0 commit comments