Versions in this module Expand all Collapse all v1 v1.0.6 Jan 11, 2025 Changes in this version + type Action struct + Args ArgsList + Runner func(args Args) (interface{}, error) + type Actions map[string]Action + type Args map[string]string + func (a Args) ItemFromJSON(key string) (result string) + func (a Args) UnmarshalKey(key string, dest interface{}) error + type ArgsItem []string + type ArgsList []ArgsItem + type Model struct + Description string + Name string + func (w Model) RegisterAsCommand(rootCmd *cobra.Command)