Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "xml", Usage: "xml beautify output", Description: "beautify and display a file or remote xml data \n" + "eg:\n" + "show xml --remote https://raw.githubusercontent.com/anqiansong/show/main/testdata/data.xml\n" + "show xml --file data.xml", Action: actionXml, Flags: []cli.Flag{ &cli.StringFlag{ Name: "remote", Usage: "show xml from remote", Aliases: []string{"r"}, }, &cli.StringFlag{ Name: "file", Usage: "show xml from file", Aliases: []string{"f"}, }, }, }
Command describes a subcommands in application.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.