mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Restored message about nested alias safety valve.
This commit is contained in:
parent
d5d60b672a
commit
55d7442abc
1 changed files with 3 additions and 0 deletions
|
@ -733,6 +733,9 @@ void CLI::aliasExpansion ()
|
|||
}
|
||||
while (action && counter++ < safetyValveDefault);
|
||||
|
||||
if (counter >= safetyValveDefault)
|
||||
context.debug (format (STRING_PARSER_ALIAS_NEST, safetyValveDefault));
|
||||
|
||||
if (changes &&
|
||||
context.config.getInteger ("debug.parser") >= 3)
|
||||
context.debug (context.cli.dump ("CLI::analyze aliasExpansion"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue