options top-level constant

String const options

OPTIONS text

Implementation

const options = 'OPTIONS:\n'
    '\t-c, --collection\t\tlatin or french or german or spanish or italian or eff\n'
    '\t-s, --size\t\t\tpassword size default=15\n'
    '\t-n, --number\t\t\tnumber of password to generate default=1\n'
    '\t-f, --file\t\t\tText file with items (one item per line)\n'
    '\t-x, --exclude\t\t\tList of excluded items separated by ,\n';