index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
ArgsParser.cpp
Age
Commit message (
Expand
)
Author
2022-01-21
LibCore: Add ArgsParser::add_option for Optional double
mjz19910
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-26
LibCore: Add Vector<StringView> variant of add_positional_argument()
Andreas Kling
2021-11-01
LibCore: Make ArgsParser '--help' description more general
Ben Wiederhake
2021-11-01
LibCore: Enable emitting markdown from ArgsParser
Ben Wiederhake
2021-10-23
LibCore: Add ignored options to ArgsParser
Jean-Baptiste Boric
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-09-02
LibCore+LibGUI: Define a Serenity version in LibCore
Mahmoud Mandour
2021-08-20
LibCore: Show version and help before parsing positional arguments
TheFightingCatfish
2021-08-15
LibCore: Make --version print same version as in LibGUI's About dialogs
Nico Weber
2021-08-15
LibCore: Include math.h instead of defining isnan() in ArgsParser.cpp
Nico Weber
2021-08-14
LibCore: Add --version flag to ArgsParser
Nico Weber
2021-07-08
LibCore: Remove overly informal language in ArgsParser error message
Andreas Kling
2021-07-07
LibCore: Add unsigned option to ArgsParser
Aziz Berkay Yesilyurt
2021-06-08
LibCore/ArgsParser: Learn how to stop on first non-option
Jelle Raaijmakers
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-01
LibCore: Add StringView overloads for Core::ArgsParser
Andreas Kling
2021-05-16
LibCore: Use Vector instead of VLA in ArgsParser::parse()
Andrew Kaster
2021-04-29
LibCore: Support Vector<String> positional arguments
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibCore: Add ArgsParser::add_option(String&)
DexesTTP
2021-03-07
LibCore: Add String variant for ArgsParser::add_positional_argument
speles
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling