2 个版本
使用旧的 Rust 2015
0.0.2 | 2018 年 6 月 10 日 |
---|---|
0.0.1 | 2018 年 6 月 10 日 |
#38 in #清除
67 每月下载量
12KB
292 行
rmb
rmb
是一个用于保存和执行复杂可重复命令的命令行工具。
它被编写为一个练习,目的是更好地熟悉 Rust。
安装
cargo install rmb
命令
USAGE:
rmb s [name]
rmb a [name]
rmb clear
rmb list
FLAGS:
-h, --help Prints help information. Use --help for more details.
-V, --version Prints version information
SUBCOMMANDS:
clear Clear commands store
e Exec a command
help Prints this message or the help of the given subcommand(s)
list List saved commands
s Saves a command to later use with exec subcommand
依赖项
~1.5–2.6MB
~45K SLoC