cmd

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = make(map[string]ICmd)

Commands 命令列表

Functions

This section is empty.

Types

type ICmd

type ICmd interface {
	Execute(args []string)
	FullCommand() string  // 完整命令
	ShortCommand() string // 简写命令
	CommandDesc() string  // 命令描述
}

Jump to

Keyboard shortcuts

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