cmd

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2025 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Root = &cobra.Command{
	Use:   "uagplugin [.so file]",
	Short: "UAG Plugin Tool is a cli application to manage plugins",
	Long: `UAG Plugin Tool is a CLI application used to manage plugins that includes installing, testing and updating plugins.
This application provides various commands to interact with your system.`,
	Args: cobra.MaximumNArgs(1),
	Run: func(cmd *cobra.Command, args []string) {
		if len(args) == 0 {
			logger.Info("Welcome to UAG Plugin Tool! Use --help for more information.")
			return
		}

		showMetadata(args[0])
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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