mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Command Line Parsing
- Implemented Arguments::extract_command to locate the command keyword in an argument list. - Implemented Arguments::extract_sequence to locate and remove an ID sequence from an argument list. - Added unit test for extract_sequence. - Stubbed all Argument::extract_<object> methods. - Simplified code in (soon to be obsolete) Sequence.cpp.
This commit is contained in:
parent
8f85b0e194
commit
306f10b420
9 changed files with 291 additions and 46 deletions
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.o
|
||||
*.data
|
||||
*.log
|
||||
arguments.t
|
||||
att.t
|
||||
autocomplete.t
|
||||
cmd.t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue