mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Remove fallback to reading stdin if no message body is given
To read a message from stdin, use the `--message-from-stdin` flag
This commit is contained in:
parent
1ea4309a2a
commit
4120630309
3 changed files with 5 additions and 4 deletions
|
@ -224,7 +224,6 @@ Specify the recipient group ID in base64 encoding.
|
|||
|
||||
*-m* MESSAGE, *--message* MESSAGE::
|
||||
Specify the message.
|
||||
Currently, signal-cli reads the message from stdin if `-m` is missing, but this will change in a future version and the explicit flag `--message-from-stdin` should be used instead.
|
||||
|
||||
*--message-from-stdin*::
|
||||
Read the message from standard input.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue