options top-level constant

String const options

OPTIONS text

Implementation

const options = 'OPTIONS:\n'
    '\t-p, --port\t\tport number > 1024, default=4040\n'
    '\t-f, --file\t\tText file with items (one item per line)\n'
    '\t\t\t\t\tIt can be file or key|file. Examples: -f ./path/foo.txt or -f mywords|./path/foo.txt\n'
    '\t-i, --index\t\tAllows to provide an alternative version of the HTML content.\n';