0.4.1
This commit is contained in:
parent
cd0fdbed3f
commit
1ac3825a3d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -775,7 +775,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "toru"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "toru"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
authors = ["Aaron Manning <contact@aaronmanning.net>"]
|
||||
license = "GPL-2.0-only"
|
||||
|
@ -37,7 +37,7 @@ which will create an executable at `/target/release/toru`.
|
||||
Simply type `toru` in terminal to display help information for each command:
|
||||
|
||||
```
|
||||
toru 0.4.0
|
||||
toru 0.4.1
|
||||
Aaron Manning <contact@aaronmanning.net>
|
||||
A command line task manager.
|
||||
|
||||
@ -59,6 +59,7 @@ SUBCOMMANDS:
|
||||
new Create a new task
|
||||
stats For statistics about the state of your vault
|
||||
svn Run Subversion commands at the root of the vault
|
||||
svn:ignore Adds the recommended svn:ignore property to the top level of the vault
|
||||
switch Switches to the specified vault
|
||||
track For tracking time against a task
|
||||
vault Commands for interacting with vaults
|
||||
|
Loading…
Reference in New Issue
Block a user