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 5be93c5 commit 7694804Copy full SHA for 7694804
cmd/arduino-app-cli/app/app.go
@@ -38,7 +38,6 @@ func NewAppCmd(cfg config.Configuration) *cobra.Command {
38
appCmd.AddCommand(newRestartCmd(cfg))
39
appCmd.AddCommand(newLogsCmd(cfg))
40
appCmd.AddCommand(newListCmd(cfg))
41
- appCmd.AddCommand(newPsCmd())
42
appCmd.AddCommand(newMonitorCmd(cfg))
43
44
return appCmd
cmd/arduino-app-cli/app/ps.go
0 commit comments