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.cr

Instance Method Summary

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.


[View source]