class Pegasus::Generators::Api::StdOutputMode
Overview
Output mode that prints all the generated files to STDOUT,
in the order they were added to the PegasusOptionParser
Defined in:
generators/generators.crInstance Method Summary
-
#output(opt_parser)
Output the content of the given
opt_parser
.
Instance methods inherited from class Pegasus::Generators::Api::OutputMode
output(opt_parser)
output
Instance Method Detail
def output(opt_parser)
#
Description copied from class Pegasus::Generators::Api::OutputMode
Output the content of the given opt_parser
.