forked from toolshed/abra
		
	@ -1,12 +1,12 @@
 | 
			
		||||
package app
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"github.com/leonelquinteros/gotext"
 | 
			
		||||
	"coopcloud.tech/abra/pkg/i18n"
 | 
			
		||||
	"github.com/spf13/cobra"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var AppCommand = &cobra.Command{
 | 
			
		||||
	Use:     "app [cmd] [args] [flags]",
 | 
			
		||||
	Aliases: []string{"a"},
 | 
			
		||||
	Short:   gotext.Get("Manage apps"),
 | 
			
		||||
	Use:     i18n.G("app [cmd] [args] [flags]"),
 | 
			
		||||
	Aliases: []string{i18n.G("a")},
 | 
			
		||||
	Short:   i18n.G("Manage apps"),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user