Skip to content

Commit 7694804

Browse files
committed
fix: remove not implemented ps command
1 parent 5be93c5 commit 7694804

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

cmd/arduino-app-cli/app/app.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ func NewAppCmd(cfg config.Configuration) *cobra.Command {
3838
appCmd.AddCommand(newRestartCmd(cfg))
3939
appCmd.AddCommand(newLogsCmd(cfg))
4040
appCmd.AddCommand(newListCmd(cfg))
41-
appCmd.AddCommand(newPsCmd())
4241
appCmd.AddCommand(newMonitorCmd(cfg))
4342

4443
return appCmd

cmd/arduino-app-cli/app/ps.go

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)