mix example (CLI Mate v0.8.0)

View Source

Formats 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 to false.
  • --help- Displays this help.

Summary

Functions

cast_base(v)