7#include <boost/program_options.hpp>
9namespace bpo = boost::program_options;
15 using command_fn = std::function<int(
const bpo::variables_map&,
const std::vector<std::string>&)>;
std::function< int(const bpo::variables_map &, const std::vector< std::string > &)> command_fn
Immutable except for fc::from_variant.
command_registration(std::string name, std::string slug, command_fn func)
static command_registration * _list
command_registration * _next