Class: Pact::ProviderVerifier::CLI::CustomThor

Inherits:
Thor
  • Object
show all
Defined in:
lib/pact/provider_verifier/cli/custom_thor.rb

Overview

Custom Thor task allows the following:

‘script arg1 arg2` to be interpreted as `script <default_task> arg1 arg2` `–option 1 –option 2` to be interpreted as `–option 1 2` (the standard Thor format for multiple value options) `script –help` to display the help for the default task instead of the command list

Direct Known Subclasses

Verify