mirror of https://github.com/PatrickLipka/tt.git
Added documentation for commands load and convert
This commit is contained in:
parent
f65930216f
commit
e3e466bd9a
|
@ -256,5 +256,11 @@ Total: 24.35
|
||||||
Saves the project list to file `tracking_dir/yyy-mm`.\
|
Saves the project list to file `tracking_dir/yyy-mm`.\
|
||||||
This is automatically done after each meaningful change to the project list.
|
This is automatically done after each meaningful change to the project list.
|
||||||
|
|
||||||
|
## `load <yyyy-mm>`
|
||||||
|
Discards the currently loaded project list and loads data from a tracking file instead.
|
||||||
|
|
||||||
|
## `convert <yyyy-mm>`
|
||||||
|
Converts tracking files written by previous versions of tt to the current format.
|
||||||
|
|
||||||
#### `version`
|
#### `version`
|
||||||
Prints the version number of `tt`
|
Prints the version number of `tt`
|
||||||
|
|
Loading…
Reference in New Issue