Skip to content

Command Line Interface

Usage
mk-pass [OPTIONS]

Options

-l, --length

0.1.0 Default16

The length of the password

-d, --decimal

0.1.0 Default1

How many decimal integer characters should the password contain?

-s, --specials

0.1.0 Default1

How many special characters should the password contain?

-f, --no-first-is-letter

0.1.0 Expects no value

Do not restrict the first character to only letters.

By default, the first character is always a letter.

-r, --allow-repeats

0.1.0 Expects no value

Allow character to used more than once.

By default, each generated character is only used once. Allowing repetitions also relaxes the maximum length.

-h, --help

Expects no value

Print help (see a summary with '-h')

-V, --version

Expects no value

Print version