github.com/cloudfoundry/cli@v7.1.0+incompatible/actor/actionerror/command_line_options_with_multiple_apps_error.go (about)

     1  package actionerror
     2  
     3  type CommandLineOptionsWithMultipleAppsError struct{}
     4  
     5  func (CommandLineOptionsWithMultipleAppsError) Error() string {
     6  	return "cannot use command line flag with multiple apps"
     7  }