#### Base Options

`--base-in` *base*
    The base of the input number. Available options:

    10, d, dec, decimal

    16, h, hex, hexadecimal

`--base-out` *base*
    The desired base of the output. Available options:

    2, b, bin, binary

    8, o, oct, octal

    10, d, dec, decimal

    16, h, hex, hexadecimal
