This commit is contained in:
aaron-jack-manning 2022-08-25 09:15:43 +10:00
parent f17f9622c6
commit 2e85db87c1
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -825,7 +825,7 @@ dependencies = [
[[package]] [[package]]
name = "toru" name = "toru"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "toru" name = "toru"
version = "0.1.3" version = "0.1.4"
edition = "2021" edition = "2021"
authors = ["Aaron Manning <contact@aaronmanning.net>"] authors = ["Aaron Manning <contact@aaronmanning.net>"]
license = "GPL-2.0-only" license = "GPL-2.0-only"

View File

@ -43,7 +43,7 @@ which will create an executable at `/target/release/toru`.
Simply type `toru` in terminal to display help information for each command: Simply type `toru` in terminal to display help information for each command:
``` ```
toru 0.1.2 toru 0.1.4
Aaron Manning <contact@aaronmanning.net> Aaron Manning <contact@aaronmanning.net>
A command line task manager. A command line task manager.
@ -60,7 +60,7 @@ SUBCOMMANDS:
config For making changes to global configuration config For making changes to global configuration
delete Delete a task completely delete Delete a task completely
discard Discard a task without deleting the underlying file discard Discard a task without deleting the underlying file
edit Edit a note directly edit Edit a task directly
git Run Git commands at the root of the vault git Run Git commands at the root of the vault
gitignore Adds the recommended .gitignore file to the vault gitignore Adds the recommended .gitignore file to the vault
list Lists tasks according to the specified ordering and filters list Lists tasks according to the specified ordering and filters
@ -68,7 +68,7 @@ SUBCOMMANDS:
stats For statistics about the state of your vault stats For statistics about the state of your vault
svn Run Subversion commands at the root of the vault svn Run Subversion commands at the root of the vault
switch Switches to the specified vault switch Switches to the specified vault
track For tracking time against a note track For tracking time against a task
vault Commands for interacting with vaults vault Commands for interacting with vaults
view Displays the specified task in detail view Displays the specified task in detail
``` ```