Documentation
¶
Index ¶
- func AppsCmdsList() []*cobra.Command
- func CheckDepsHandler(args ...string) error
- func FormsCmdsList() []*cobra.Command
- func GenDepsScriptHandler(depsList []string, args ...string) error
- func GetDescriptions(descriptionArg []string, _ bool) map[string]string
- func InputFormCommand() *cobra.Command
- func InstallApplicationsCommand() *cobra.Command
- func InstallDepsHandler(args ...string) error
- func LoaderFormCommand() *cobra.Command
- func NavigateAndExecuteCommand(cmd *cobra.Command, args []string) error
- func NavigateAndExecuteFormCommand(cmd *cobra.Command, args []string) error
- func NavigateAndExecuteViewCommand(cmd *cobra.Command, args []string) error
- func PkgCmdsList() []*cobra.Command
- func TestInputFormCommand(t *testing.T)
- func TestLoaderFormCommand(t *testing.T)
- func TestTableViewCmd(t *testing.T)
- func ViewsCmdsList() []*cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppsCmdsList ¶
func CheckDepsHandler ¶ added in v1.1.2
CheckDepsHandler verifica as dependências a partir dos argumentos fornecidos. Recebe um slice de strings com os argumentos. Retorna um erro, se houver.
func FormsCmdsList ¶
func GenDepsScriptHandler ¶ added in v1.1.2
GenDepsScriptHandler gera um script para verificar e instalar dependências a partir dos argumentos fornecidos. Recebe um slice de strings com a lista de dependências e um slice de strings com os argumentos. Retorna um erro, se houver.
func GetDescriptions ¶ added in v1.1.2
func InputFormCommand ¶
func InstallDepsHandler ¶ added in v1.1.2
InstallDepsHandler instala dependências a partir dos argumentos fornecidos. Recebe um slice de strings com os argumentos. Retorna um erro, se houver.
func LoaderFormCommand ¶
func NavigateAndExecuteCommand ¶ added in v1.1.2
func NavigateAndExecuteFormCommand ¶ added in v1.1.2
func NavigateAndExecuteViewCommand ¶ added in v1.1.2
func PkgCmdsList ¶ added in v1.1.2
appsCmdsList retorna uma lista de comandos Cobra relacionados a aplicativos. Retorna um slice de ponteiros para comandos Cobra e um erro, se houver.
func TestLoaderFormCommand ¶
Unit tests for LoaderFormCommand
func TestTableViewCmd ¶
func ViewsCmdsList ¶
Types ¶
This section is empty.