|
COOPY » Guide
version 0.6.5
|
#include <stdio.h>#include <getopt.h>#include <coopy/PolyBook.h>#include <coopy/NameSniffer.h>#include <coopy/IndexSniffer.h>#include <coopy/ShortTextBook.h>#include <coopy/CsvTextBook.h>#include <coopy/Dbg.h>#include <coopy/CompareFlags.h>#include <coopy/Options.h>#include <coopy/PoolImpl.h>#include <coopy/PatchParser.h>#include <coopy/MergeOutputPool.h>#include <coopy/Highlighter.h>#include <coopy/Diff.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 23 of file ssformat.cpp.
References coopy::app::Options::addDescription(), coopy::app::Options::addExample(), coopy::app::Options::addUsage(), coopy::app::Diff::apply(), coopy::app::Options::apply(), coopy::app::Options::beginHelp(), coopy::app::Options::checkBool(), coopy::app::Options::checkString(), coopy::app::Options::endHelp(), coopy::app::Options::getCore(), OPTION_FOR_FORMAT, coopy::app::Example::require(), and coopy::app::Options::showOptions().
1.7.4