Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.23 KB

ojichat_rs_cli

Crates.io MIT LICENSE GitHub Workflow Status

ojichat_rsのCLI版です。

開発環境

$ rustup default
nightly-x86_64-unknown-linux-gnu (default)

インストール

cargo install ojichat-cli

使い方

$ ojichat-rs -h
ojichat-cli 0.1.4
Tatsumi Gamou
Ojisan Nanchatte (ojichat) command

USAGE:
    ojichat-rs [OPTIONS] [name]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -e <number>        絵文字/顔文字の最大連続数 [default: 4]
    -p <level>         句読点挿入頻度レベル [min:0, max:3] [default: 0]

ARGS:
    <name>    おじさんのメール相手

基本的な使い方は本家と同じです。

ライセンス

MIT