Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Root = &cobra.Command{ Use: "adalanche", Short: version.VersionStringShort(), SilenceErrors: true, SilenceUsage: true, TraverseChildren: true, } // also available for subcommands Datapath = Root.Flags().String("datapath", "data", "folder to store and read data") OverrideArgs []string )
Functions ¶
func CliMainEntryPoint ¶
func CliMainEntryPoint() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.