Versions in this module Expand all Collapse all v0 v0.2.2 Sep 18, 2023 v0.2.0 Sep 18, 2023 Changes in this version + const FlagPrefix + const HelpFlag + const SsmCliName + var SsmCliCommands map[string]SsmCliCommand + func DisplayCommandUsage(out io.Writer) + func DisplayHelp(out io.Writer) + func DisplaySupportedCommands(out io.Writer) + func FormatFlag(flagName string) string + func GetFlag(val string) string + func IsFlag(val string) bool + func IsHelp(subcommand string, parameters map[string][]string) bool + func Register(command SsmCliCommand) + type SsmCliCommand interface + Execute func(parameters map[string][]string) (error, string) + Help func() string + Name func() string