Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "atb", Short: "Query and download AllTheBacteria genomes", SilenceUsage: true, }
RootCmd is the base command for atb.
View Source
var ( // WaitForUpdateCheck is set by PersistentPreRun. Call it before exiting // main() to give the background update check time to save state. WaitForUpdateCheck func() )
Functions ¶
func NewRootCmd ¶
NewRootCmd creates a fresh root command with its own flag state. Useful for testing to avoid shared global state between test runs.
Types ¶
Click to show internal directories.
Click to hide internal directories.