forked from toolshed/abra
		
	Mark command short descriptions with translators: tag
This commit is contained in:
		@ -21,6 +21,7 @@ var AppRunCommand = &cobra.Command{
 | 
			
		||||
	// translators: `app run` command
 | 
			
		||||
	Use:     i18n.G("run <domain> <service> <cmd> [[args] [flags] | [flags] -- [args]]"),
 | 
			
		||||
	Aliases: []string{i18n.G("r")},
 | 
			
		||||
	// translators: Short description for `app run` command
 | 
			
		||||
	Short:   i18n.G("Run a command inside a service container"),
 | 
			
		||||
	Example: i18n.G(`  # run <cmd> with args/flags
 | 
			
		||||
  abra app run 1312.net app -- ls -lha
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user