Method: Puppet::Interface#synopsis
- Defined in:
- lib/puppet/interface.rb
#synopsis ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the synopsis for the face. This shows basic usage and global options.
128 129 130 |
# File 'lib/puppet/interface.rb', line 128 def synopsis build_synopsis name, '<action>' end |