Skip to content

Commit 3acc254

Browse files
refactor: Register devcontainer command directly with root command
Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
1 parent eb3b3cc commit 3acc254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/devcontainer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
)
3131

3232
func init() {
33-
developmentCmd.AddCommand(devcontainerCmd)
33+
rootCmd.AddCommand(devcontainerCmd)
3434

3535
devcontainerCmd.Flags().StringVarP(&devcontainerADLFile, "file", "f", "agent.yaml", "ADL file to read language configuration from")
3636
devcontainerCmd.Flags().StringVarP(&devcontainerOutputDir, "output", "o", ".", "Output directory for devcontainer files")

0 commit comments

Comments
 (0)