Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PsOptions ¶
type PsOptions struct { Long bool `long:"long" short:"l" usage:"Show more information"` Orphans bool `long:"orphans" usage:"Include orphaned services (default: true)" default:"true"` Output string `long:"output" short:"o" usage:"Set output format. Options: table,yaml,json,list" default:"table"` Quiet bool `long:"quiet" short:"q" usage:"Only display machine IDs"` ShowAll bool `long:"all" short:"a" usage:"Show all machines (default shows just running)"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.