Documentation ¶
Index ¶
- Constants
- Variables
- func AddFileCmd(dir, key string)
- func AddProcess(key string, val ice.Any)
- func Command(m *ice.Message, arg ...string)
- func ConfAction(arg ...ice.Any) ice.Actions
- func ConfigFromOption(m *ice.Message, arg ...string)
- func ConfigSimple(m *ice.Message, key ...string) (res []string)
- func Display(m displayMessage, file string, arg ...ice.Any) displayMessage
- func DisplayBase(m displayMessage, file string, arg ...ice.Any) displayMessage
- func DisplayLocal(m displayMessage, file string, arg ...ice.Any) displayMessage
- func DisplayLocalInner(m displayMessage, arg ...ice.Any) displayMessage
- func DisplayStory(m displayMessage, file string, arg ...ice.Any) displayMessage
- func DisplayStoryJSON(m displayMessage, arg ...ice.Any) displayMessage
- func DisplayStorySpide(m displayMessage, arg ...ice.Any) displayMessage
- func DisplayStudio(m *ice.Message, cmd ...string) displayMessage
- func DisplayTable(m displayMessage, arg ...ice.Any) displayMessage
- func DisplayTableCard(m displayMessage, arg ...ice.Any) displayMessage
- func FileCmd(dir string) string
- func FileURI(dir string) string
- func FormatPretty(v ice.Any, i, n int) string
- func GetCmdFile(m *ice.Message, cmds string) (file string)
- func GetFileCmd(dir string) string
- func IsOrderCmd(key string) bool
- func Load(m *ice.Message, arg ...string) *ice.Message
- func OptionFromConfig(m *ice.Message, arg ...string) string
- func Prefix(arg ...string) string
- func Process(m *ice.Message, key string, args ice.Any, arg ...string)
- func ProcessAction() ice.Actions
- func ProcessField(m *ice.Message, cmd string, args ice.Any, arg ...string) *ice.Message
- func Run(m *ice.Message, arg ...string)
- func Save(m *ice.Message, arg ...string) *ice.Message
- func Toolkit(m *ice.Message, arg ...string)
- func TravelCmd(m *ice.Message, cb func(key, file, line string)) *ice.Message
Constants ¶
View Source
const ( INDEX = "index" ARGS = "args" OPTS = "opts" STYLE = "style" DISPLAY = "display" ACTION = "action" TOOLS = "tools" RUN = "run" SHIP = "ship" )
View Source
const ( SAVE = "save" LOAD = "load" )
View Source
const COMMAND = "command"
View Source
const CONFIG = "config"
View Source
const CONTEXT = "context"
View Source
const CTX = "ctx"
View Source
const PROCESS = "process"
Variables ¶
Functions ¶
func Display ¶ added in v1.4.4
func DisplayBase ¶ added in v1.3.0
func DisplayLocal ¶ added in v1.3.0
func DisplayLocalInner ¶ added in v1.6.1
func DisplayStory ¶ added in v1.3.0
func DisplayStoryJSON ¶ added in v1.3.0
func DisplayStorySpide ¶ added in v1.3.0
func DisplayStudio ¶ added in v1.5.19
func DisplayTable ¶ added in v1.3.0
func DisplayTableCard ¶ added in v1.3.0
func Process ¶ added in v1.4.2
func ProcessField ¶ added in v1.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.