There was an error while loading. Please reload this page.
1 parent 5c50466 commit 170516aCopy full SHA for 170516a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bashdoc"
3
-version = "0.4.1"
+version = "0.4.2"
4
authors = ["Dustin Knopoff <dustinknopoff@gmail.com>"]
5
description = """
6
A tool for generating documentation/help menu for user defined bash functions.
@@ -12,7 +12,7 @@ readme = "README.md"
12
keywords = ["bash", "docs"]
13
categories = ["command-line-utilities", "parsing"]
14
license = "MIT"
15
-exclude = ["example/**"]
+exclude = ["example/**", ".idea/**"]
16
17
[badges]
18
maintenance = { status = "experimental" }
0 commit comments