We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Command line interface documentation is non-existent. Running marked --help throws an error.
marked --help
Verified both in macOS and arch linux. Node.js version: 13.1 and 13.3.
How to reproduce
(this also happens when installing locally and run with npx)
npm i -g marked marked --help /man/marked.1: No such file or directory No manual entry for /man/marked.1 marked --version 0.8.0
Expected behavior
Executing marked --help should show minimal command line options or at least a link to the list of CLI options.
The text was updated successfully, but these errors were encountered:
nice catch
Sorry, something went wrong.
@UziTech resolved in v0.8.1
No branches or pull requests
Describe the bug
Command line interface documentation is non-existent. Running
marked --help
throws an error.Verified both in macOS and arch linux.
Node.js version: 13.1 and 13.3.
How to reproduce
(this also happens when installing locally and run with npx)
Expected behavior
Executing
marked --help
should show minimal command line options or at least a link to the list of CLI options.The text was updated successfully, but these errors were encountered: