Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "profile [DIRS...] OUT", Short: "Create profiles of documents", Args: cobra.MinimumNArgs(1), Run: runProfile, Long: ` Writes gzipped profiles to OUT. Reads stat tokens from stdin if no DIRS are given. Otherwise tokens are read from DIRS.`, }
Cmd defines the apoco profile command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.