mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
CLI2: Tagging the binary as 'ORIGINAL' is no longer useful
This commit is contained in:
parent
e701d6d607
commit
078e9fe751
1 changed files with 0 additions and 1 deletions
|
@ -350,7 +350,6 @@ void CLI2::handleArg0 ()
|
||||||
// need special handling.
|
// need special handling.
|
||||||
std::string raw = _original_args[0];
|
std::string raw = _original_args[0];
|
||||||
A2 a ("arg", raw, Lexer::Type::word);
|
A2 a ("arg", raw, Lexer::Type::word);
|
||||||
a.tag ("ORIGINAL");
|
|
||||||
a.tag ("BINARY");
|
a.tag ("BINARY");
|
||||||
|
|
||||||
std::string basename = "task";
|
std::string basename = "task";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue