Age | Commit message (Expand) | Author |
---|---|---|
2023-02-28 | Userland+AK: Stop using getopt() for ArgsParser | Ali Mohammad Pur |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2021-11-26 | Tests: Fix TestLibCoreArgsParser with add_positional_argument API change | Brian Gianforcaro |
2021-11-26 | Userland: Use Core::ArgsParser's Vector<StringView> API everywhere | Andreas Kling |
2021-06-13 | LibC: Make `getopt` modify `argv` again | Jelle Raaijmakers |
2021-06-08 | LibCore/ArgsParser: Learn how to stop on first non-option | Jelle Raaijmakers |
2021-06-08 | LibCore/ArgsParser: Add test suite | Jelle Raaijmakers |