cbb

A base converter

Examples

cbb 20 -t 8 -> 24

cbb -b 3 -> 0+--

Usage

```console $ cbb -h A converter for numbers

USAGE: cbb [FLAGS] [OPTIONS]

ARGS: Sets the number

FLAGS: -b, --balanced-ternary Converts decimal to balanced ternary -h, --help Prints help information -V, --version Prints version information

OPTIONS: -t, --to Sets the target base. ```