Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
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 <sharg/detail/format_base.hpp>
#include <sharg/detail/terminal.hpp>
#include <sharg/detail/test_accessor.hpp>
Go to the source code of this file.
Classes | |
class | sharg::detail::format_help |
The format that prints the help page to std::cout. More... | |
struct | sharg::detail::format_help::console_layout_struct |
Stores the relevant parameters of the documentation on the screen. More... | |
class | sharg::detail::format_short_help |
The format that prints a short help message to std::cout. More... | |
class | sharg::detail::format_version |
The format that prints the version to std::cout. More... | |
class | sharg::detail::format_copyright |
The format that prints the copyright information to std::cout. More... | |
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.