mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Command Usage
- Enhanced CmdHelp by adding aliases. - Corrected usage for CmdModify. - Renamed CmdQuery --> CmdExport. - Added an alias _query --> export.
This commit is contained in:
parent
3ef8f3f31a
commit
4d410972d4
8 changed files with 31 additions and 17 deletions
|
@ -308,7 +308,7 @@ std::string Config::defaults =
|
|||
"alias.rm=delete # Alias for the delete command\n"
|
||||
"alias.history=history.monthly # Prefer monthly over annual history reports\n"
|
||||
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
|
||||
"alias.export=_query # Prefer JSON as the prime format\n"
|
||||
"alias._query=export # _query is now export\n"
|
||||
"alias.export.vcalendar=export.ical # They are the same\n"
|
||||
"alias.export.json=_query # The _query command will be used for all export\n"
|
||||
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue