Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 23c514cda3 LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&) há 2 anos atrás
  Ali Mohammad Pur 500044906d LibCore+Everywhere: Remove ArgsParser::add*(char const*&) há 2 anos atrás
  Ali Mohammad Pur db886fe18b Userland+AK: Stop using getopt() for ArgsParser há 2 anos atrás
  Ali Mohammad Pur 6e5ba82929 LibCore: Make ArgsParser tolerate Main::Arguments with only .strings há 2 anos atrás
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> há 2 anos atrás
  Moustafa Raafat ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Linus Groh d26aabff04 Everywhere: Run clang-format há 2 anos atrás
  Liav A 7d7127b463 LibCore: Add add_option aggregating the same option multiple times há 2 anos atrás
  Tim Schumacher 0f66963a56 LibCore: Implement integral ArgsParser options through a template há 3 anos atrás
  Tim Schumacher a85b728768 LibCore: Introduce support for optional ArgsParser option values há 3 anos atrás
  Tim Schumacher 3d51642037 LibCore: Replace the ArgsParser option argument setting with an enum há 3 anos atrás
  Sam Atkins 3e5b1b1dbc LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)` há 3 anos atrás
  sin-ack cbc89632b9 LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts há 3 anos atrás
  Kenneth Myhra 23a87a41ff LibCore: Add Vector<size_t> variant of add_option() há 3 anos atrás
  Ali Mohammad Pur da12acfa78 LibCore: Allow marking options as 'hidden' in ArgsParser há 3 anos atrás
  Ali Mohammad Pur fc4d36ccd0 LibCore: Make ArgsParser perform some completion if passed --complete há 3 anos atrás
  brapru 24da85d059 ArgsParser: Add support for Optional<size_t> há 3 anos atrás
  mjz19910 14a267347c LibCore: Add ArgsParser::add_option for Optional double há 3 anos atrás
  Andreas Kling f1cc3d0fc4 Userland: Use Core::ArgsParser's Vector<StringView> API everywhere há 3 anos atrás
  Andreas Kling 395ba619d8 LibCore: Add Vector<StringView> variant of add_positional_argument() há 3 anos atrás
  Mustafa Quraish 7720644ae2 LibCore: Let ArgsParser::parse() accept Main::Arguments há 3 anos atrás
  Ben Wiederhake 0372f051e9 LibCore: Enable emitting markdown from ArgsParser há 3 anos atrás
  Jean-Baptiste Boric 1b3090bf3c LibCore: Add ignored options to ArgsParser há 3 anos atrás
  Nico Weber f25be94487 LibCore: Make --version print same version as in LibGUI's About dialogs há 3 anos atrás
  Nico Weber 1f71d7bf22 LibCore: Add --version flag to ArgsParser há 4 anos atrás
  Aziz Berkay Yesilyurt 7db3e962f3 LibCore: Add unsigned option to ArgsParser há 4 anos atrás
  Jelle Raaijmakers d7126fbbc2 LibCore/ArgsParser: Learn how to stop on first non-option há 4 anos atrás
  Jelle Raaijmakers 250f8eccf3 LibCore: Support fine-grained failure behavior for ArgsParser há 4 anos atrás
  Andreas Kling 313e53dca0 LibCore: Add StringView overloads for Core::ArgsParser há 4 anos atrás