Releases: dustinknopoff/bashdoc
Releases · dustinknopoff/bashdoc
Version 0.5.2
Fixed an issue where having descriptors and parameters would cause parameters to be ignored.
#"
# mp()
# Convert from markdown to docx
# @param input: markdown file to convert
# - MSG: additional messages
#;
would output
mp: convert from markdown to docx
- MSG additional messages
Now
mp - input: convert from markdown to docx
- MSG additional messages
0.5.0
refactor for improved error handling/rust-ic code
0.4.12
- v0.4.11 - support for overriding global
.bashdocrc
within a directory. - v0.4.12 - descriptors can be split on ':' or whitespace
0.4.10
- v0.4.8 - Clearer README, link to docs.rs documentation
- v0.4.9 - Improved error path handling
- v0.4.10 - Support for windows file paths again
0.4.6
- Improved Error handling
--html
argument removed replaced with--location
--template
argument added for supplying custom.hbs
0.4.0
This release brings the additional capacity to view the line number the function bashdoc is retrieved from. Currently only accessible via JSON (-j).
0.3.0
This release breaks overriding. It is now a subcommand:
bashdoc-override
override the delimiters
USAGE:
bashdoc <INPUT> override [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --comment <comment> delimiter for comments
-d, --desc <descriptor> delimiter for descriptors
-e, --end <end> delimiter for start
-p, --param <params> delimiter for parameters
-r, --ret <returns> delimiter for return values
-s, --start <start> delimiter for start
The -w
flag has been added allowing watching files for changes and re-running bashdoc on change.
0.2.0
move to v0.2.0
0.1.0
v0.1.0 v0.1.0
0.0.5
v0.0.5 v0.0.5