forked from Plemya-x/ALR
wip
This commit is contained in:
4
main.go
4
main.go
@ -88,7 +88,7 @@ func GetApp() *cli.App {
|
||||
Commands: []*cli.Command{
|
||||
InstallCmd(),
|
||||
RemoveCmd(),
|
||||
// UpgradeCmd(),
|
||||
UpgradeCmd(),
|
||||
InfoCmd(),
|
||||
ListCmd(),
|
||||
BuildCmd(),
|
||||
@ -103,6 +103,8 @@ func GetApp() *cli.App {
|
||||
// TEST
|
||||
InternalBuildCmd(),
|
||||
InternalInstallCmd(),
|
||||
InternalMountCmd(),
|
||||
InternalUnmountCmd(),
|
||||
// InternalBuild2Cmd(),
|
||||
},
|
||||
Before: func(c *cli.Context) error {
|
||||
|
Reference in New Issue
Block a user