We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3052eaf commit 4bf6dcaCopy full SHA for 4bf6dca
README.md
@@ -2,7 +2,7 @@
2
3
## BashDoc
4
5
-A tool for generating documentation/help menu for user defined bash //!functions.
+A tool for generating documentation/help menu for user defined bash functions.
6
7
### Syntax
8
@@ -58,7 +58,7 @@ cargo install
58
59
```rust
60
bashdoc 1.0
61
-Creates a "javadoc" like structure for bash. See github repo //!github.com/dustinknopoff/bashdoc for information on
+Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on
62
formatting.
63
64
USAGE:
@@ -82,3 +82,4 @@ SUBCOMMANDS:
82
help Prints this message or the help of the given subcommand(s)
83
override override the delimiters
84
```
85
+
0 commit comments