mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Commands - info
- When no command is specified, assume 'info' command.
This commit is contained in:
parent
c9cc43dc5f
commit
91e5a5e02e
3 changed files with 8 additions and 8 deletions
|
@ -150,7 +150,8 @@ int CmdCustom::execute (std::string& output)
|
|||
maxlines -= (context.verbose ("blank") ? 1 : 0)
|
||||
+ table_header
|
||||
+ context.headers.size ()
|
||||
+ context.footnotes.size ();
|
||||
+ context.footnotes.size ()
|
||||
+ 1; // "X tasks shown ..."
|
||||
|
||||
// Render.
|
||||
// TODO Consider rc.verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue