x

package
v0.0.0-...-f626111 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var XFileCmd = &gcli.Command{
	Name:    "xfile",
	Aliases: []string{"xrun", "xcli"},
	Desc:    "execute kite xfile command in workdir or parent dir. like makefile, just",
	Config: func(c *gcli.Command) {

	},
	Func: func(c *gcli.Command, _ []string) error {
		return errors.New("TODO")
	},
}

XFileCmd TODO 暂时由 kscript.auto_task_files 替代

View Source
var XToolCmd = &gcli.Command{
	Name: "xtool",
	Desc: "Unified installation and management of external tools",
	Subs: []*gcli.Command{},
	Func: func(c *gcli.Command, args []string) error {
		return errorx.Raw("TODO")
	},
}

XToolCmd 管理安装本机需要使用的工具(主要是命令工具 eg: fzf, git 等等)

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