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