File: options.go

package info (click to toggle)
golang-github-checkpoint-restore-checkpointctl 1.3.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 524 kB
  • sloc: ansic: 208; makefile: 172; sh: 40
file content (19 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package internal

var (
	Format             string
	Stats              bool
	Mounts             bool
	OutputFilePath     string
	PID                uint32
	PsTree             bool
	PsTreeCmd          bool
	PsTreeEnv          bool
	Files              bool
	Sockets            bool
	ShowAll            bool
	SearchPattern      string
	SearchRegexPattern string
	SearchContext      int
	Metadata           bool
)