mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Cleanup: Minor edits
This commit is contained in:
parent
4f5d042f2b
commit
1e8709e0dc
3 changed files with 3 additions and 7 deletions
|
@ -34,6 +34,7 @@
|
|||
(thanks to Michael Meier).
|
||||
- Fixed utf8 encoding in Taskwarrior integration hook
|
||||
(thanks to Martin Boeker).
|
||||
- Added DOM support and a 'get' command.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ tests, therefore it may harm your data. In fact, as a new project, it doesn't
|
|||
have adequate tests to prove that everything works. We do not guarantee proper
|
||||
or even adequate functionality, performance or timely fixes.
|
||||
|
||||
We welcome bug reports from alpha-, beta- and release-level software, but
|
||||
generally not development versions. If you are undaunted by this, please:
|
||||
We welcome bug reports from beta- and release-level software, but generally not
|
||||
development versions. If you are undaunted by this, please:
|
||||
|
||||
- Make proper backups.
|
||||
- Expect broken and missing functionality.
|
||||
|
|
|
@ -91,7 +91,6 @@ int CmdHelpUsage ()
|
|||
// TODO clear
|
||||
// TODO import
|
||||
// TODO undo
|
||||
// TODO split
|
||||
|
||||
// TODO List all extensions.
|
||||
|
||||
|
@ -99,10 +98,6 @@ int CmdHelpUsage ()
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// TODO Perhaps have a set of 'documents' to display, and a keyword index that
|
||||
// maps to the the appropriate ones. Then display a list of any ambiguous
|
||||
// requests, or the appropriate doc for single hits. Perhaps a 'See also'.
|
||||
//
|
||||
// TODO Should the CmdXxx functions themselves be responsible for providing both
|
||||
// the command syntax and the help text?
|
||||
// A: Only if they are upgraded to objects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue