diff options
Diffstat (limited to 'lib/puppet/face/help.rb')
-rw-r--r-- | lib/puppet/face/help.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/face/help.rb b/lib/puppet/face/help.rb index a487eb217..099025583 100644 --- a/lib/puppet/face/help.rb +++ b/lib/puppet/face/help.rb @@ -13,6 +13,7 @@ Puppet::Face.define(:help, '0.0.1') do desc "Which version of the interface to show help for" end + default when_invoked do |*args| # Check our invocation, because we want varargs and can't do defaults # yet. REVISIT: when we do option defaults, and positional options, we |