package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cmd provides commands for the acli CLI application.
View Source
var RootCmd = &cobra.Command{
Use: "acli [flags] [options]",
Short: "Aiden CLI - quality of life commands",
Version: "1.4.0",
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("you are using acli version %s\n\n", cmd.Version)
cmd.Help()
},
}
Execute runs the command and its subcommands, returning an error
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.