flags top-level constant

String const flags

FLAGS text

Implementation

const flags = 'FLAGS:\n'
    '\t-d, --daemon\t\t\tStart a long-running daemon process.\n'
    '\t\t\t\t\t\tUse -h, --help with daemon to learn more about http daemon server.\n'
    '\t-e, --entropy\t\t\tDisplay entropy.\n'
    '\t-o, --noColor\t\t\tDon\'t use color to display result.\n'
    '\t-h, --help\t\t\tPrint a help message\n'
    '\t-l, --license\t\t\tPrints license information\n'
    '\t-v, --version\t\t\tPrints version information\n';