File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ edition = "2018"
99homepage = " https://github.com/dustinknopoff/bashdoc"
1010repository = " https://github.com/dustinknopoff/bashdoc"
1111readme = " README.md"
12- keywords = [" bash" , " docs" ]
13- categories = [" command-line-utilities" , " parsing " ]
12+ keywords = [" bash" , " docs" , " documentation " ]
13+ categories = [" command-line-utilities" , " text-processing " ]
1414license = " MIT"
15- exclude = [" example/**" , " .idea/**" ]
15+ exclude = [" example/**" , " .idea/**" , " backdocrc.toml " ]
1616
1717[badges ]
1818maintenance = { status = " experimental" }
Original file line number Diff line number Diff line change 2222
2323Outputs
2424
25- ![ ] ( . /example/zshrc.png)
25+ ![ ] ( https://github.com/dustinknopoff/bashdoc/blob/master /example/zshrc.png)
2626
2727with lots of color!
2828
Original file line number Diff line number Diff line change @@ -433,6 +433,7 @@ impl<'a> Delimiters<'a> {
433433 let mut path = home_dir ( ) . unwrap ( ) ;
434434 path. push ( ".bashdocrc" ) ;
435435 fs:: write ( path. to_str ( ) . unwrap ( ) , content) . unwrap ( ) ;
436+ env:: set_var ( "BASHDOC_CONFIG_PATH" , path) ;
436437 delimiters
437438 }
438439 }
Original file line number Diff line number Diff line change 2020//!
2121//!Outputs
2222//!
23- //!
23+ //!
2424//!
2525//!with lots of color!
2626//!
You can’t perform that action at this time.
0 commit comments