index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parameters_parser.cc
Age
Commit message (
Expand
)
Author
2024-08-12
Reduce headers dependency graph
Maxime Coste
2023-02-17
Complete arguments to "echo -to-file"
Johannes Altmanninger
2023-02-17
Use parameter parser to skip switch args in completion
Johannes Altmanninger
2019-05-10
Do not keep a reference to ParametersDesc inside ParameterParser
Maxime Coste
2018-10-28
Remove extra spaces for switches list in info
Delapouite
2018-07-05
Parse unknown switches as positional for region highlighters
Maxime Coste
2018-02-28
Commands: Refactor generate_switches_doc
Maxime Coste
2018-02-28
Merge remote-tracking branch 'aver-d/option_display'
Maxime Coste
2018-02-26
Fix out of bound read in ParameterParser::get_switch
Maxime Coste
2018-02-25
Ease reading of command-line options
aver-d
2017-07-23
Do not reject switch parameters starting with `-`
Maxime Coste
2017-06-04
Improve readability of command docstrings by changing formatting
Maxime Coste
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-02-15
Detect when switches are specified more than once
Maxime Coste
2016-12-27
Use 'not empty' in place of 'length > 0'
Maxime Coste
2016-12-24
Added string length check when checking switch params
Leira Hua
2016-09-05
Small code tweak in generate_switches_doc
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-03-14
Change ParameterParser switch interface, use an Optional<StringView>
Maxime Coste
2015-03-12
Cleanup parameter parser code
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2014-08-26
Fix handling of -- in parameter parser
Maxime Coste
2014-03-25
fix segfault in parameter parser
Maxime Coste
2014-03-20
Fix support for switches style option in user commands
Maxime Coste
2014-03-02
Consistently name -foo things 'switches'
Maxime Coste
2014-03-02
Add command switches information, and automatically display it
Maxime Coste
2014-03-02
All commands now take directly a parameter parser
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-02
ParameterParser takes flags
Maxime Coste
2013-03-27
Move parameter count validation to the ParameterParser
Maxime Coste
2013-02-27
ParameterParser: refactoring, simplify
Maxime Coste
2013-02-27
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
Maxime Coste
2012-12-07
extract ParametersParser to it's own file
Maxime Coste