Documentation ¶
Overview ¶
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OnceCmd = &cobra.Command{
Use: "once",
Short: "This command is intended to quickly implement a one-time task or similar",
Long: `A One-time tasks or experiment can easily implemented based the foundation glooomberg provides. Just create a new .go file in the once/ directory for your task or add it to a already available one and call it from this command.`,
Run: run,
}
OnceCmd represents the once command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.