forked from toolshed/abra
		
	Appease formatter (kinda weird?)
This commit is contained in:
		@ -47,9 +47,9 @@ var AppNewCommand = &cobra.Command{
 | 
			
		||||
	Use:     i18n.G("new [recipe] [version] [flags]"),
 | 
			
		||||
	Aliases: []string{i18n.G("n")},
 | 
			
		||||
	// translators: Short description for `app new` command
 | 
			
		||||
	Short:   i18n.G("Create a new app"),
 | 
			
		||||
	Long:    appNewDescription,
 | 
			
		||||
	Args:    cobra.RangeArgs(0, 2),
 | 
			
		||||
	Short: i18n.G("Create a new app"),
 | 
			
		||||
	Long:  appNewDescription,
 | 
			
		||||
	Args:  cobra.RangeArgs(0, 2),
 | 
			
		||||
	ValidArgsFunction: func(
 | 
			
		||||
		cmd *cobra.Command,
 | 
			
		||||
		args []string,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user