mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context
- Switched from Parser::getLimit to CLI::getLimit.
This commit is contained in:
parent
5387ab1dcb
commit
9f8ab6e4e2
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ void Context::getLimits (int& rows, int& lines)
|
|||
lines = 0;
|
||||
|
||||
// This is an integer specified as a filter (limit:10).
|
||||
std::string limit = parser.getLimit ();
|
||||
std::string limit = cli.getLimit ();
|
||||
if (limit != "")
|
||||
{
|
||||
if (limit == "page")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue