Skip to content

Instantly share code, notes, and snippets.

@candidtim
Created December 8, 2016 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save candidtim/66faa54785a8e016529f53c0b72a5be0 to your computer and use it in GitHub Desktop.
Save candidtim/66faa54785a8e016529f53c0b72a5be0 to your computer and use it in GitHub Desktop.
Include generated help into README

# SED

sed is really nice, look:

## Usage

## Final note

Have fun with sed

sed --help > USAGE.rst && sed -e '/## Usage/r USAGE.rst' -e '$G' README.template.rst > README.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment