Historie revizí

Autor SHA1 Zpráva Datum
  Ollrogge f784122703 LibCore: Refactor template definitions to header in ArgsParser před 1 rokem
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String před 1 rokem
  Gurkirat Singh ab2d8c092e LibCore: Implement handler for `Vector<String>` positional arguments před 1 rokem
  Sam Atkins f71d74ed65 LibCore: Add ArgsParser::add_option for setting enum values from a flag před 1 rokem
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions před 2 roky
  Carwyn Nelson a2591bc5fa LibCore: Make ArgParser::Arg::accept_value return ErrorOr<bool> před 2 roky
  Carwyn Nelson abbfb00a02 LibCore: Make ArgParser::Option::accept_value return ErrorOr<bool> před 2 roky
  Carwyn Nelson e247da507f LibCore: Add new String variants to ArgsParser před 2 roky
  Fabian Dellwing 4ebc7306da LibCore: Implement integral ArgsParser positionals through a template před 2 roky
  Ali Mohammad Pur 23c514cda3 LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&) před 2 roky
  Ali Mohammad Pur 500044906d LibCore+Everywhere: Remove ArgsParser::add*(char const*&) před 2 roky
  Ali Mohammad Pur db886fe18b Userland+AK: Stop using getopt() for ArgsParser před 2 roky
  Ali Mohammad Pur 6e5ba82929 LibCore: Make ArgsParser tolerate Main::Arguments with only .strings před 2 roky
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> před 2 roky
  Moustafa Raafat ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses před 2 roky
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString před 2 roky
  Linus Groh d26aabff04 Everywhere: Run clang-format před 2 roky
  Liav A 7d7127b463 LibCore: Add add_option aggregating the same option multiple times před 2 roky
  Tim Schumacher 0f66963a56 LibCore: Implement integral ArgsParser options through a template před 3 roky
  Tim Schumacher a85b728768 LibCore: Introduce support for optional ArgsParser option values před 3 roky
  Tim Schumacher 3d51642037 LibCore: Replace the ArgsParser option argument setting with an enum před 3 roky
  Sam Atkins 3e5b1b1dbc LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)` před 3 roky
  sin-ack cbc89632b9 LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts před 3 roky
  Kenneth Myhra 23a87a41ff LibCore: Add Vector<size_t> variant of add_option() před 3 roky
  Ali Mohammad Pur da12acfa78 LibCore: Allow marking options as 'hidden' in ArgsParser před 3 roky
  Ali Mohammad Pur fc4d36ccd0 LibCore: Make ArgsParser perform some completion if passed --complete před 3 roky
  brapru 24da85d059 ArgsParser: Add support for Optional<size_t> před 3 roky
  mjz19910 14a267347c LibCore: Add ArgsParser::add_option for Optional double před 3 roky
  Andreas Kling f1cc3d0fc4 Userland: Use Core::ArgsParser's Vector<StringView> API everywhere před 3 roky
  Andreas Kling 395ba619d8 LibCore: Add Vector<StringView> variant of add_positional_argument() před 3 roky