summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/ArgsParser.cpp
AgeCommit message (Expand)Author
2022-01-21LibCore: Add ArgsParser::add_option for Optional doublemjz19910
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-26LibCore: Add Vector<StringView> variant of add_positional_argument()Andreas Kling
2021-11-01LibCore: Make ArgsParser '--help' description more generalBen Wiederhake
2021-11-01LibCore: Enable emitting markdown from ArgsParserBen Wiederhake
2021-10-23LibCore: Add ignored options to ArgsParserJean-Baptiste Boric
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-09-02LibCore+LibGUI: Define a Serenity version in LibCoreMahmoud Mandour
2021-08-20LibCore: Show version and help before parsing positional argumentsTheFightingCatfish
2021-08-15LibCore: Make --version print same version as in LibGUI's About dialogsNico Weber
2021-08-15LibCore: Include math.h instead of defining isnan() in ArgsParser.cppNico Weber
2021-08-14LibCore: Add --version flag to ArgsParserNico Weber
2021-07-08LibCore: Remove overly informal language in ArgsParser error messageAndreas Kling
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-05-16LibCore: Use Vector instead of VLA in ArgsParser::parse()Andrew Kaster
2021-04-29LibCore: Support Vector<String> positional argumentsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibCore: Add ArgsParser::add_option(String&)DexesTTP
2021-03-07LibCore: Add String variant for ArgsParser::add_positional_argumentspeles
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling