forked from x/icebergs
10 lines
227 B
Go
10 lines
227 B
Go
package cli
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
const CLI = "cli"
|
|
|
|
var Index = &ice.Context{Name: CLI, Help: "命令模块"}
|
|
|
|
func init() { ice.Index.Register(Index, nil, RUNTIME, SYSTEM, DAEMON, FOREVER, MIRRORS, QRCODE) }
|