sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 years ago |
sin-ack
|
6eecc65787
AK: Explicitly calculate length of char* when printing
|
3 years ago |
Sam Atkins
|
3e5b1b1dbc
LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)`
|
3 years ago |
sin-ack
|
8214a935ab
LibCore+Base: Hide empty options sections in manpages
|
3 years ago |
sin-ack
|
cbc89632b9
LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Ali Mohammad Pur
|
bcbe258619
LibCore: Set the correct invariant length for consecutive short options
|
3 years ago |
Kenneth Myhra
|
23a87a41ff
LibCore: Add Vector<size_t> variant of add_option()
|
3 years ago |
Ali Mohammad Pur
|
da12acfa78
LibCore: Allow marking options as 'hidden' in ArgsParser
|
3 years ago |
Ali Mohammad Pur
|
ef5523231c
Shell+LibCore: Provide argument help strings as display trivia
|
3 years ago |
Ali Mohammad Pur
|
fc4d36ccd0
LibCore: Make ArgsParser perform some completion if passed --complete
|
3 years ago |
brapru
|
24da85d059
ArgsParser: Add support for Optional<size_t>
|
3 years ago |
mjz19910
|
14a267347c
LibCore: Add ArgsParser::add_option for Optional double
|
3 years ago |
Andreas Kling
|
f1cc3d0fc4
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
3 years ago |
Andreas Kling
|
395ba619d8
LibCore: Add Vector<StringView> variant of add_positional_argument()
|
3 years ago |
Ben Wiederhake
|
ea9f2f80a1
LibCore: Make ArgsParser '--help' description more general
|
3 years ago |
Ben Wiederhake
|
0372f051e9
LibCore: Enable emitting markdown from ArgsParser
|
3 years ago |
Jean-Baptiste Boric
|
1b3090bf3c
LibCore: Add ignored options to ArgsParser
|
3 years ago |
Ben Wiederhake
|
2e4ec891da
Everywhere: Fix format-vulnerabilities
|
3 years ago |
Mahmoud Mandour
|
ad80d4dce0
LibCore+LibGUI: Define a Serenity version in LibCore
|
3 years ago |
TheFightingCatfish
|
9721b7b2dd
LibCore: Show version and help before parsing positional arguments
|
3 years ago |
Nico Weber
|
f25be94487
LibCore: Make --version print same version as in LibGUI's About dialogs
|
3 years ago |
Nico Weber
|
a45b6dbc07
LibCore: Include math.h instead of defining isnan() in ArgsParser.cpp
|
3 years ago |
Nico Weber
|
1f71d7bf22
LibCore: Add --version flag to ArgsParser
|
3 years ago |
Andreas Kling
|
32654b340a
LibCore: Remove overly informal language in ArgsParser error message
|
4 years ago |
Aziz Berkay Yesilyurt
|
7db3e962f3
LibCore: Add unsigned option to ArgsParser
|
4 years ago |
Jelle Raaijmakers
|
d7126fbbc2
LibCore/ArgsParser: Learn how to stop on first non-option
|
4 years ago |
Jelle Raaijmakers
|
250f8eccf3
LibCore: Support fine-grained failure behavior for ArgsParser
|
4 years ago |
Andreas Kling
|
313e53dca0
LibCore: Add StringView overloads for Core::ArgsParser
|
4 years ago |
Andrew Kaster
|
b9d65da5c8
LibCore: Use Vector instead of VLA in ArgsParser::parse()
|
4 years ago |