Skip to content

0.1.0

Compare
Choose a tag to compare
@postmodern postmodern released this 24 Jan 04:05
· 109 commits to main since this release
v0.1.0
  • 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.