mix example (CLI Mate v0.8.1)
View SourceFormats an integer in base two or eight
Synopsis
mix example [options] <n> <base>
Arguments
n
- The value to convert.base
- An numeric base. Accepts 'two' or 'eigh' only!
Options
-v, --verbose
- Output debug info about the command. Defaults tofalse
.--help
- Displays this help.