![]() |
Shamrock 2025.10.0
Astrophysical Code
|
This file handler generic cli & env options. More...
#include "shambase/SourceLocation.hpp"#include "shambase/exception.hpp"#include "shambase/print.hpp"#include "shambase/string.hpp"#include "shambase/term_colors.hpp"#include "sham/term/env.hpp"#include "sham/term/tty.hpp"#include "shamcmdopt/cmdopt.hpp"#include "shamcmdopt/details/generic_opts.hpp"#include "shamcmdopt/env.hpp"#include <string_view>#include <optional>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | shamcmdopt |
| namespace for cli utilities | |
Functions | |
| void | shamcmdopt::register_cmdopt_generic_opts () |
| Register generic cli and env variables options. | |
| void | shamcmdopt::process_env_vars () |
| Detect if the current process should use colored output or not. | |
| void | shamcmdopt::process_cmdopt_generic_opts () |
| Process generic cli and env variables options. | |
This file handler generic cli & env options.
Definition in file generic_opts.cpp.