Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ExportPathFlag = cli.StringFlag{ Name: "export.path", Aliases: []string{"ep"}, Usage: "Path to folder for export result", Required: true, Value: "", } ExportFileNameFlag = cli.StringFlag{ Name: "export.file", Aliases: []string{"ef"}, Usage: "File name to export result default is sysinfo.txt", Required: false, Value: "sysinfo.txt", } )
View Source
var Command = cli.Command{ Name: "sysinfo", Aliases: []string{"sinfo"}, ArgsUsage: "", Action: collectInfo, Flags: []cli.Flag{ &flags.DebugURLFlag, &ExportPathFlag, &ExportFileNameFlag, }, Description: "Collect information about system and save it to file in order to provide to support person", }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.