summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/ArgsParser.h
AgeCommit message (Expand)Author
2021-08-15LibCore: Make --version print same version as in LibGUI's About dialogsNico Weber
2021-08-14LibCore: Add --version flag to ArgsParserNico Weber
2021-07-07LibCore: Add unsigned option to ArgsParserAziz Berkay Yesilyurt
2021-06-08LibCore/ArgsParser: Learn how to stop on first non-optionJelle Raaijmakers
2021-06-08LibCore: Support fine-grained failure behavior for ArgsParserJelle Raaijmakers
2021-06-01LibCore: Add StringView overloads for Core::ArgsParserAndreas Kling
2021-04-29LibCore: Support Vector<String> positional argumentsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibCore: Convert String::format() => String::formatted()Andreas Kling
2021-04-18LibCore: Add ArgsParser::add_option(String&)DexesTTP
2021-03-07LibCore: Add String variant for ArgsParser::add_positional_argumentspeles
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling