Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commands ¶
type Commands struct { // Version prints the application's version information and exits. Index index.Index `command:"index" alias:"idx" alias:"i" description:"Index the given directory(es) contents."` // Version prints the application's version information and exits. Version version.Version `command:"version" alias:"ver" alias:"v" description:"Show the application version and exit."` }
Commands is the set of root command groups.
Click to show internal directories.
Click to hide internal directories.