SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
format_help.hpp File Reference

Provides the format_help struct that print the help page to the command line and the two child formats (format_version, format_short_help) that print short help messages to the command line. More...

#include <cassert>
#include <iostream>
#include <range/v3/view/repeat_n.hpp>
#include <seqan3/argument_parser/detail/format_base.hpp>
#include <seqan3/core/debug_stream.hpp>
#include <seqan3/core/detail/terminal.hpp>
#include <seqan3/version.hpp>
+ Include dependency graph for format_help.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Provides the format_help struct that print the help page to the command line and the two child formats (format_version, format_short_help) that print short help messages to the command line.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>