Documentation ¶
Index ¶
Constants ¶
View Source
const ( SID = "sid" ARG = "arg" SUB = "sub" )
View Source
const ( FROM = "from" TO = "to" )
View Source
const BASH = "bash"
View Source
const FAVOR = "favor"
View Source
const GRANT = "grant"
View Source
const RUN = "run"
View Source
const SESS = "sess"
View Source
const SYNC = "sync"
View Source
const TRASH = "trash"
View Source
const ZSH = "zsh"
Variables ¶
View Source
var Index = &ice.Context{Name: BASH, Help: "命令行", Configs: map[string]*ice.Config{ BASH: {Name: BASH, Help: "命令行", Value: kit.Data( nfs.SOURCE, "http://mirrors.tencent.com/macports/distfiles/bash/5.1_1/bash-5.1.tar.gz", )}, }, Commands: map[string]*ice.Command{ BASH: {Name: "bash path auto order build download", Help: "命令行", Action: ice.MergeAction(map[string]*ice.Action{ cli.ORDER: {Name: "order", Help: "加载", Hand: func(m *ice.Message, arg ...string) { m.Cmdy(code.INSTALL, cli.ORDER, m.Config(nfs.SOURCE), "_install/bin") }}, }, code.InstallAction()), Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Cmdy(code.INSTALL, nfs.SOURCE, m.Config(nfs.SOURCE), arg) }}, }}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.