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:
Tomas Babej 2021-04-14 02:13:28 -04:00 committed by Tomas Babej
parent 856b589bac
commit 475a16b3d4

View file

@ -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 ()
{