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.
Click to show internal directories.
Click to hide internal directories.