mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Lex
- Changed output to reflect current usage.
This commit is contained in:
parent
2811b9a571
commit
0f1a46e6d3
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ int main (int argc, char** argv)
|
|||
{
|
||||
for (auto i = 1; i < argc; i++)
|
||||
{
|
||||
std::cout << "input '" << argv[i] << "'\n";
|
||||
std::cout << "argument '" << argv[i] << "'\n";
|
||||
|
||||
// Low-level tokens.
|
||||
Lexer lexer (argv[i]);
|
||||
std::string token;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue