We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617d2e3 commit 3784efbCopy full SHA for 3784efb
4 files changed
Makefile
@@ -18,3 +18,6 @@ watch:
18
19
test:
20
@go test ./...
21
+
22
+man:
23
+ mdman -o ./docs/$(BINNAME).1 ./docs/$(BINNAME).1.md && man ./docs/$(BINNAME).1
README.md
@@ -160,6 +160,10 @@ name = "bash"
160
language-servers = [{ name = "bashd" }]
161
```
162
163
+See [bashd (1)](/docs/bashd.1.md) for all
164
+[configuration options](/docs/bashd.1.md#CONFIGURATION) and
165
+full [examples](/docs/bashd.1.md#EXAMPLES).
166
167
[sgr]: https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters
168
[8b-color]: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
169
[24b-color]: https://en.wikipedia.org/wiki/ANSI_escape_code#24-bit
0 commit comments