summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/ArgsParser.cpp
AgeCommit message (Expand)Author
2020-08-12LibCore: Add support for double on argparseDiego Iastrubni
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-30LibCore: Update Core::ArgsParser to the new error message formatSergey Bugaev
2020-05-17LibCore: Allow ArgsParser::parse() to not exit on failureAnotherTest
2020-05-17LibCore: Reset getopt's state when starting parse()AnotherTest
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling