static Weights make(util::config::ClioConfigDefinition const &config)
Create a Weights object from configuration.
Definition Weights.cpp:45
Weights(size_t defaultWeight, std::unordered_map< std::string, Entry > weights)
Construct a new Weights object.
Definition Weights.cpp:39
Structure representing weight configuration for a command.
Definition Weights.hpp:50