commit
b7d8f3bf0d
2
ps.go
2
ps.go
|
@ -57,7 +57,7 @@ var psCommand = cli.Command{
|
||||||
}
|
}
|
||||||
|
|
||||||
// [1:] is to remove command name, ex:
|
// [1:] is to remove command name, ex:
|
||||||
// context.Args(): [containet_id ps_arg1 ps_arg2 ...]
|
// context.Args(): [container_id ps_arg1 ps_arg2 ...]
|
||||||
// psArgs: [ps_arg1 ps_arg2 ...]
|
// psArgs: [ps_arg1 ps_arg2 ...]
|
||||||
//
|
//
|
||||||
psArgs := context.Args()[1:]
|
psArgs := context.Args()[1:]
|
||||||
|
|
Loading…
Reference in New Issue