Method: Puppet::Interface#synopsis

Defined in:
lib/puppet/interface.rb

#synopsisString

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.

Returns:

  • (String)

    usage synopsis



128
129
130
# File 'lib/puppet/interface.rb', line 128

def synopsis
  build_synopsis name, '<action>'
end