1 个不稳定版本
| 0.1.0 | 2022年3月24日 | 
|---|
在 #decimal 中排名第 96
11KB
257 代码行
changebase
一个用于更改数字基数的 CLI 工具。
> changebase -h
numeric base converter
USAGE:
    changebase [FLAGS] [OPTIONS] <value>
FLAGS:
        --ib         use binary as input base
        --ob         use binary as output base
        --id         use decimal as input base
        --od         use decimal as output base
        --ih         use hex as input base
        --oh         use hex as output base
        --io         use octal as input base
        --oo         use octal as output base
    -h, --help       Prints help information
    -V, --version    Prints version information
OPTIONS:
    -i, --input <input>      Input base to use [possible values: Bin, Oct, Dec, Hex]
    -o, --output <output>    Output base to use [possible values: Bin, Oct, Dec, Hex]
ARGS:
    <value> 
依赖项
~3.5MB
~62K SLoC