File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,12 +218,12 @@ func SetupCommands(version string) {
218
218
composeCmd .AddCommand (composeStartCmd )
219
219
composeCmd .AddCommand (composeRestartCmd )
220
220
composeCmd .AddCommand (composeStopCmd )
221
- composeCmd .AddCommand (getServicesCmd ) // like docker compose ls
221
+ // composeCmd.AddCommand(getServicesCmd) // like docker compose ls
222
222
RootCmd .AddCommand (composeCmd )
223
223
224
224
// Add up/down commands to the root as well
225
- RootCmd .AddCommand (composeDownCmd )
226
- RootCmd .AddCommand (composeUpCmd )
225
+ // RootCmd.AddCommand(composeDownCmd)
226
+ // RootCmd.AddCommand(composeUpCmd)
227
227
// RootCmd.AddCommand(composeStartCmd)
228
228
// RootCmd.AddCommand(composeRestartCmd)
229
229
// RootCmd.AddCommand(composeStopCmd)
You can’t perform that action at this time.
0 commit comments