Module
Cucumber::Cli
In:
lib/cucumber/cli/main.rb
lib/cucumber/cli/language_help_formatter.rb
lib/cucumber/cli/drb_client.rb
lib/cucumber/cli/profile_loader.rb
lib/cucumber/cli/options.rb
lib/cucumber/cli/configuration.rb
Methods
[]
[]=
expanded_args_without_drb
new
non_stdout_formats
parse
parse!
Classes and Modules
Class
Cucumber::Cli::Configuration
Class
Cucumber::Cli::DRbClient
Class
Cucumber::Cli::DRbClientError
Class
Cucumber::Cli::LanguageHelpFormatter
Class
Cucumber::Cli::Main
Class
Cucumber::Cli::Options
Class
Cucumber::Cli::ProfileLoader
Class
Cucumber::Cli::ProfileNotFound
Class
Cucumber::Cli::ProfilesNotDefinedError
Class
Cucumber::Cli::YmlLoadError
Constants
DRB_FLAG
=
'--drb'
PROFILE_SHORT_FLAG
=
'-p'
NO_PROFILE_SHORT_FLAG
=
'-P'
PROFILE_LONG_FLAG
=
'--profile'
NO_PROFILE_LONG_FLAG
=
'--no-profile'
Attributes
expanded_args
[R]
options
[R]
profiles
[R]
Public Class methods
new
(out_stream = STDOUT, error_stream = STDERR, options = {})
parse
(args, out_stream, error_stream, options = {})
Public Instance methods
[]
(key)
[]=
(key, value)
expanded_args_without_drb
()
parse!
(args)
Protected Instance methods
non_stdout_formats
()
[Validate]