changebase

Crates.iochangebase
lib.rschangebase
version0.1.0
sourcesrc
created_at2022-03-24 01:22:16.075826
updated_at2022-03-24 01:22:16.075826
descriptionLight CLI tool to convert numbers from one base to another.
homepage
repositoryhttps://github.com/marktoda/changebase
max_upload_size
id555477
size18,773
(marktoda)

documentation

README

changebase

A CLI tool for changing the base of numbers.

> 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> 

Commit count: 7

cargo fmt