3 个版本
0.1.2 | 2023年6月2日 |
---|---|
0.1.1 | 2023年6月2日 |
0.1.0 | 2023年6月2日 |
#2365 在 命令行工具
每月 28 次下载
8KB
125 行
caesar_cipher_cli 是一个用于编码和解码凯撒密码的命令行工具
安装
cargo install caesar_cipher_cli
A CLI tool for encode and decode caesar cipher
Addrew Ryan <[email protected]>
USAGE:
caesar_cipher_cli [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
decode <STRING> Decode a string with caesar cipher.
encode <STRING> Encode a string with caesar cipher.
decode_uniqe <STRING> <shift_value> Caesar's variation,If ASCII code is even shifts to the right, and shift to the left when it is odd.
依赖项
~380KB