Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PaddleVersion = "0.21.1"
View Source
var RootCmd = &cobra.Command{ Use: "paddle", Short: "Canoe tool for data archival and processing", Long: "Canoe tool for data archival and processing", Run: func(cmd *cobra.Command, args []string) { if outputVersion { fmt.Println(PaddleVersion) } else { cmd.Help() } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.