Documentation ¶
Index ¶
- Constants
- Variables
- func AddFileCmd(dir, key string)
- func Command(m *ice.Message, arg ...string)
- func ConfAction(arg ...ice.Any) ice.Actions
- func ConfigFromOption(m *ice.Message, arg ...string)
- func DisplayBase(m *ice.Message, file string, arg ...ice.Any) *ice.Message
- func DisplayInput(m *ice.Message, file string, arg ...ice.Any) *ice.Message
- func DisplayInputKey(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayLocal(m *ice.Message, file string, arg ...ice.Any) *ice.Message
- func DisplayLocalInner(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayStory(m *ice.Message, file string, arg ...ice.Any) *ice.Message
- func DisplayStoryChina(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayStoryForm(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayStoryJSON(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayStorySpide(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayStudio(m *ice.Message, cmd ...string) *ice.Message
- func DisplayTable(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayTableCard(m *ice.Message, arg ...ice.Any) *ice.Message
- func FileCmd(dir string) string
- func GetCmdFile(m *ice.Message, cmds string) (file string)
- func GetCmdHelp(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 ProcessField(m *ice.Message, cmd string, args ice.Any, arg ...string) *ice.Message
- func ProcessFloat(m *ice.Message, cmd string, args ice.Any, arg ...string) *ice.Message
- func ResourceFile(m *ice.Message, file string, arg ...string) string
- func Run(m *ice.Message, arg ...string)
- func Save(m *ice.Message, arg ...string) *ice.Message
- func ShortCmd(key string) string
- func Toolkit(m *ice.Message, arg ...string) *ice.Message
- func TravelCmd(m *ice.Message, cb func(key, file, line string)) *ice.Message
Constants ¶
View Source
const ( INDEX = "index" CMDS = "cmds" ARGS = "args" OPTS = "opts" STYLE = "style" DISPLAY = "display" PREVIEW = "preview" ACTION = "action" TOOLS = "tools" RUN = "run" SHIP = "ship" ICONS = ice.CTX_ICONS TRANS = ice.CTX_TRANS TITLE = ice.CTX_TITLE INPUT = html.INPUT )
View Source
const COMMAND = "command"
View Source
const CONFIG = "config"
View Source
const CONTEXT = "context"
View Source
const CTX = "ctx"
Variables ¶
Functions ¶
func DisplayBase ¶ added in v1.3.0
func DisplayInput ¶ added in v1.9.10
func DisplayInputKey ¶ added in v1.9.10
func DisplayLocal ¶ added in v1.3.0
func DisplayLocalInner ¶ added in v1.6.1
func DisplayStory ¶ added in v1.3.0
func DisplayStoryChina ¶ added in v1.6.5
func DisplayStoryForm ¶ added in v1.8.3
func DisplayStoryJSON ¶ added in v1.3.0
func DisplayStorySpide ¶ added in v1.3.0
func DisplayStudio ¶ added in v1.5.19
func DisplayTableCard ¶ added in v1.3.0
func ProcessField ¶ added in v1.4.0
func ProcessFloat ¶ added in v1.4.0
func ResourceFile ¶ added in v1.9.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.