mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 02:47:20 +02:00
CLI2: Fix docstring for desugarFilterPlainArgs
Desugaring is applied also for tokens of Lexer::type::identifier, make sure the docstring correctly documents that.
This commit is contained in:
parent
856b589bac
commit
475a16b3d4
1 changed files with 2 additions and 1 deletions
|
@ -1882,7 +1882,8 @@ void CLI2::lexFilterArgs ()
|
|||
// - task ... argX candidate argY
|
||||
// Where:
|
||||
// - neither argX nor argY are an operator, except (, ), and, or, xor
|
||||
// - candidate is Lexer::Type::word
|
||||
// - candidate is one of: Lexer::Type::word
|
||||
// Lexer::Type::identifier
|
||||
//
|
||||
void CLI2::desugarFilterPlainArgs ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue