mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Add tests for ps --all
This commit is contained in:
parent
a26dd81307
commit
a0dda2d094
3 changed files with 22 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ func PsCommand() *cobra.Command {
|
|||
}
|
||||
|
||||
cmd.Flags().BoolVarP(&opts.quiet, "quiet", "q", false, "Only display IDs")
|
||||
cmd.Flags().BoolVarP(&opts.quiet, "all", "a", false, "Show all containers (default shows just running)")
|
||||
cmd.Flags().BoolVarP(&opts.all, "all", "a", false, "Show all containers (default shows just running)")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue