Skip to content

gamoutatsumi/ojichat_rs_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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