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 a69069c commit 29ddc75Copy full SHA for 29ddc75
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bashdoc"
3
-version = "0.5.0"
+version = "0.5.1"
4
authors = ["Dustin Knopoff <dustinknopoff@gmail.com>"]
5
description = """
6
A tool for generating documentation/help menu for user defined bash functions.
cli.yml
about: 'Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on formatting.'
name: bashdoc
-version: "0.5.0"
+version: "0.5.1"
args:
- color:
help: "toggles color"
0 commit comments