@warren-bank/node-request-cli
Version:
An extremely lightweight HTTP request client for the command-line. Supports: http, https, proxy, redirects, cookies, content-encoding, multipart/form-data, multi-threading, recursive website crawling and mirroring.
32 lines (24 loc) • 666 B
JavaScript
const help = `
usage:
======
nget-convert-cookiefile --json-to-text --in <filepath> --out <filepath>
nget-convert-cookiefile --text-to-json --in <filepath> --out <filepath>
========
options:
========
"-h"
"--help"
Print a help message describing all of Nget's command-line options.
"-V"
"--version"
Display the version of Nget.
"--json-to-text"
Enable the conversion operation: JSON to Netscape text format
"--text-to-json"
Enable the conversion operation: Netscape text format to JSON
"--in" <filepath>
Specify path to input file.
"--out" <filepath>
Specify path to output file.
`
module.exports = help