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
Don’t write status messages to stdout.
--append=false
~$ toc -p <(curl https://raw.githubusercontent.com/ycd/toc/main/README.md 2>&-) --append=false > toc.md ~$ cat toc.md - [Table of Contents](#table-of-contents) * [Usage](#usage) * [Installation](#installation) * [Packages](#packages) * [Downloads](#downloads) * [Installation from source](#installation-from-source) * [Unix/Linux](#unixlinux) * [Contributing](#contributing) * [Licence](#licence) ✔ Table of contents generated successfully. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <- This shouldn't be included
The text was updated successfully, but these errors were encountered:
c173d68
No branches or pull requests
Don’t write status messages to stdout.
--append=false
writesThe text was updated successfully, but these errors were encountered: