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 4bf6dca commit 31d2454Copy full SHA for 31d2454
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bashdoc"
3
-version = "0.2.0"
+version = "0.4.0"
4
edition = "2018"
5
6
[dependencies]
README.md
@@ -56,7 +56,7 @@ cargo install
56
57
### Usage
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
62
formatting.
@@ -82,4 +82,3 @@ SUBCOMMANDS:
82
help Prints this message or the help of the given subcommand(s)
83
override override the delimiters
84
```
85
-
0 commit comments