Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "nanoid",
Short: "A simple, fast, and concurrent CLI for generating secure, URL-friendly unique string IDs",
Long: `NanoID CLI is a simple, fast, and concurrent command-line tool for generating secure, URL-friendly unique string IDs using the NanoID Go implementation.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
func Execute ¶
func Execute() error
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd. Execute runs the RootCmd and returns any errors encountered Execute adds all child commands to the root command and sets flags appropriately.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.