Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Checks if program is run interactively and retrieves dimensions of terminal (Transferred from seqan2). More...
Go to the source code of this file.
Functions | |
bool | sharg::detail::stdin_is_terminal () |
Check whether the standard input is interactive. | |
bool | sharg::detail::stdout_is_terminal () |
Check whether the standard output is interactive. | |
bool | sharg::detail::stderr_is_terminal () |
Check whether the standard error output is interactive. | |
unsigned | sharg::detail::get_terminal_width () |
Retrieve size of terminal. | |
Checks if program is run interactively and retrieves dimensions of terminal (Transferred from seqan2).