MCPcopy Create free account
hub / github.com/apngasm/apngasm / putVersionTo

Method putVersionTo

cli/src/options.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void Options::putVersionTo(std::basic_ostream<char> &out) const {
132 out << "APNG Assembler v" << apngasm::APNGASM_VERSION << " (frontend v"
133 << CLI::VERSION << ")" << std::endl;
134}
135
136void Options::putHelpTo(std::basic_ostream<char> &out) const {
137 putVersionTo(out);

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected