Skip to content

Commit

Permalink
🚢 Release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuraj committed Dec 11, 2024
1 parent aaaddbb commit b2622d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toggl"
version = "0.4.8"
version = "0.4.9"
authors = [
"Shantanu Raj <[email protected]>",
"Tyler <[email protected]>",
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Run the `help` command to see a list of available commands.

```shell
$ toggl help
toggl 0.4.8
toggl 0.4.9
Toggl command line app.

USAGE:
Expand Down Expand Up @@ -104,11 +104,11 @@ You can also run the `help` command on a specific subcommand.

```shell
$ toggl help start
toggl-start 0.4.8
toggl-start 0.4.9
Start a new time entry, call with no arguments to start in interactive mode

USAGE:
toggl start [FLAGS] [OPTIONS] [description]
toggl start [FLAGS] [OPTIONS] [--] [description]

FLAGS:
-b, --billable
Expand All @@ -118,6 +118,7 @@ FLAGS:

OPTIONS:
-p, --project <project> Exact name of the project you want the time entry to be associated with
-t, --tags <tags>... Space separated list of tags to associate with the time entry, e.g. 'tag1 tag2 tag3'

ARGS:
<description> Description of the time entry
Expand Down

0 comments on commit b2622d5

Please sign in to comment.