mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: Converted from CLI::getLimit to CLI2
This commit is contained in:
parent
77b97d658a
commit
82021f46f7
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ void Context::getLimits (int& rows, int& lines)
|
|||
lines = 0;
|
||||
|
||||
// This is an integer specified as a filter (limit:10).
|
||||
std::string limit = cli.getLimit ();
|
||||
std::string limit = cli2.getLimit ();
|
||||
if (limit != "")
|
||||
{
|
||||
if (limit == "page")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue