### 0.1.0 / 2021-11-25 * Initial release: * Added {CommandMapper::Error}. * Added {CommandMapper::ValidationError}. * Added {CommandMapper::ArgumentRequired}. * Added {CommandMapper::Types::Type}. * Added {CommandMapper::Types::Str}. * Added {CommandMapper::Types::Num}. * Added {CommandMapper::Types::Hex}. * Added {CommandMapper::Types::Map}. * Added {CommandMapper::Types::Enum}. * Added {CommandMapper::Types::InputPath}. * Added {CommandMapper::Types::InputFile}. * Added {CommandMapper::Types::InputDir}. * Added {CommandMapper::Types::List}. * Added {CommandMapper::Types::KeyValue}. * Added {CommandMapper::Types::KeyValueList}. * Added {CommandMapper::Arg}. * Added {CommandMapper::Argument}. * Added {CommandMapper::OptionValue}. * Added {CommandMapper::Option}. * Added {CommandMapper::Command}. * Added {CommandMapper::Sudo}.