update README.md
parent
209a15a4d7
commit
84038cfd79
|
@ -5,12 +5,24 @@ command line tool for mstdn.jp
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage of mstdn:
|
NAME:
|
||||||
-S streaming public
|
mstdn - mastodon client
|
||||||
-ff string
|
|
||||||
post utf-8 string from a file("-" means STDIN)
|
USAGE:
|
||||||
-t string
|
mstdn [global options] command [command options] [arguments...]
|
||||||
toot text
|
|
||||||
|
VERSION:
|
||||||
|
0.0.1
|
||||||
|
|
||||||
|
COMMANDS:
|
||||||
|
toot post toot
|
||||||
|
stream stream statuses
|
||||||
|
timeline show timeline
|
||||||
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
|
GLOBAL OPTIONS:
|
||||||
|
--help, -h show help
|
||||||
|
--version, -v print the version
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Reference in New Issue