mirror of
https://github.com/yudai/gotty.git
synced 2026-03-07 22:22:34 +01:00
Fix options help in README.md in-place
This commit is contained in:
parent
faeb610961
commit
b8e97d7a3c
4 changed files with 11 additions and 247 deletions
|
|
@ -1,8 +1,6 @@
|
|||
/@OPTIONS@/ {
|
||||
r options.txt.tmp
|
||||
d
|
||||
}
|
||||
/@CONTRIBUTORS@/ {
|
||||
r contributors.txt.tmp
|
||||
d
|
||||
/^## Options/,/^### Config File/ {
|
||||
/^\(`\|#\)/!d # Delete any line not beginning with ` or #
|
||||
/```sh/ { # Shove options.txt.tmp in after ```sh
|
||||
r options.txt.tmp
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue