cmd

package
v1.0.13 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const ROOTNAME = "maketools"

ROOTNAME 主命令名称

View Source
const VERSION = "1.0.11"

VERSION 版本号

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute 执行解析入口

func IntP

func IntP(cmd *cobra.Command, params Params)

IntP 注册数字参数

func StringP

func StringP(cmd *cobra.Command, params Params)

StringP 注册字符串参数

Types

type Params

type Params struct {
	Name      string // 参数名称
	Shorthand string // 参数缩写
	Value     string // string 默认值
	IntValue  int    // int 默认值
	Usage     string // 用法
}

Params 参数

Jump to

Keyboard shortcuts

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