Fix options help in README.md in-place
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user