#include <cstring>
#include "pism/util/pism_options.hh"
#include "pism/util/pism_utilities.hh"
#include "pism/pism_config.hh"
#include "pism/util/Logger.hh"
Go to the source code of this file.
|
void | pism::show_usage (const Logger &log, const std::string &execname, const std::string &usage) |
| Print a usage message. More...
|
|
bool | pism::show_usage_check_req_opts (const Logger &log, const std::string &execname, const std::vector< std::string > &required_options, const std::string &usage) |
| In a single call a driver program can provide a usage string to the user and check if required options are given, and if not, end. More...
|
|