cmd

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package cmd provides commands for the acli CLI application.

Index

Constants

This section is empty.

Variables

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()
	},
}

Functions

func Execute

func Execute()

Execute runs the command and its subcommands, returning an error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL