rename CLI to ta

This commit is contained in:
Dustin J. Mitchell
2021-05-01 14:07:00 -04:00
parent 73ad035bed
commit 0f0f2b0e75
13 changed files with 38 additions and 37 deletions

View File

@@ -125,4 +125,4 @@ Without synchronization, its list of pending operations would grow indefinitely,
So all replicas, even "singleton" replicas which do not replicate task data with any other replica, must synchronize periodically.
TaskChampion provides a `LocalServer` for this purpose.
It implements the `get_child_version` and `add_version` operations as described, storing data on-disk locally, all within the `task` binary.
It implements the `get_child_version` and `add_version` operations as described, storing data on-disk locally, all within the `ta` binary.