Skip to content

Commit

Permalink
bumped version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
8go committed May 24, 2023
1 parent 960e888 commit 6c2b15d
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 86 deletions.
80 changes: 40 additions & 40 deletions 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
Expand Up @@ -2,7 +2,7 @@

[package]
name = "matrix-commander"
version = "0.1.29"
version = "0.1.30"
edition = "2021"
description = "simple but convenient CLI-based Matrix client app for sending and receiving"
documentation = "https://docs.rs/matrix-commander"
Expand Down
33 changes: 11 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,8 @@ Options:
[default: full]
Possible values:
- off:
Turns syncing off for sending operations to improve performance
- full:
full: the default value
- off: Turns syncing off for sending operations to improve performance
- full: full: the default value
-l, --listen <LISTEN_TYPE>
Listen to messages. Details:: The '--listen' option takes one
Expand Down Expand Up @@ -482,19 +480,14 @@ Options:
[default: never]
Possible values:
- never:
Never: Indicates to not listen, default
- once:
Once: Indicates to listen once in *all* rooms and then continue
- forever:
Forever: Indicates to listen forever in *all* rooms, until process
- never: Never: Indicates to not listen, default
- once: Once: Indicates to listen once in *all* rooms and then continue
- forever: Forever: Indicates to listen forever in *all* rooms, until process
is killed manually. This is the only option that remains in the
event loop
- tail:
Tail: Indicates to get the last N messages from the specified
- tail: Tail: Indicates to get the last N messages from the specified
romm(s) and then continue
- all:
All: Indicates to get *all* the messages from from the specified
- all: All: Indicates to get *all* the messages from from the specified
romm(s) and then continue
--tail <TAIL>
Expand Down Expand Up @@ -549,15 +542,11 @@ Options:
[default: text]
Possible values:
- text:
Text: Indicates to print human readable text, default
- json:
Json: Indicates to print output in Json format
- json-max:
Json Max: Indicates to to print the maximum anount of output in
- text: Text: Indicates to print human readable text, default
- json: Json: Indicates to print output in Json format
- json-max: Json Max: Indicates to to print the maximum anount of output in
Json format
- json-spec:
Json Spec: Indicates to to print output in Json format, but only
- json-spec: Json Spec: Indicates to to print output in Json format, but only
data that is according to Matrix Specifications
--file-name [<FILE_NAME>...]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.29
0.1.30
33 changes: 11 additions & 22 deletions help.manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,8 @@ Options:
[default: full]

Possible values:
- off:
Turns syncing off for sending operations to improve performance
- full:
full: the default value
- off: Turns syncing off for sending operations to improve performance
- full: full: the default value

-l, --listen <LISTEN_TYPE>
Listen to messages. Details:: The '--listen' option takes one
Expand Down Expand Up @@ -391,19 +389,14 @@ Options:
[default: never]

Possible values:
- never:
Never: Indicates to not listen, default
- once:
Once: Indicates to listen once in *all* rooms and then continue
- forever:
Forever: Indicates to listen forever in *all* rooms, until process
- never: Never: Indicates to not listen, default
- once: Once: Indicates to listen once in *all* rooms and then continue
- forever: Forever: Indicates to listen forever in *all* rooms, until process
is killed manually. This is the only option that remains in the
event loop
- tail:
Tail: Indicates to get the last N messages from the specified
- tail: Tail: Indicates to get the last N messages from the specified
romm(s) and then continue
- all:
All: Indicates to get *all* the messages from from the specified
- all: All: Indicates to get *all* the messages from from the specified
romm(s) and then continue

--tail <TAIL>
Expand Down Expand Up @@ -458,15 +451,11 @@ Options:
[default: text]

Possible values:
- text:
Text: Indicates to print human readable text, default
- json:
Json: Indicates to print output in Json format
- json-max:
Json Max: Indicates to to print the maximum anount of output in
- text: Text: Indicates to print human readable text, default
- json: Json: Indicates to print output in Json format
- json-max: Json Max: Indicates to to print the maximum anount of output in
Json format
- json-spec:
Json Spec: Indicates to to print output in Json format, but only
- json-spec: Json Spec: Indicates to to print output in Json format, but only
data that is according to Matrix Specifications

--file-name [<FILE_NAME>...]
Expand Down

0 comments on commit 6c2b15d

Please sign in to comment.