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"
9
9
homepage = " https://github.com/dustinknopoff/bashdoc"
10
10
repository = " https://github.com/dustinknopoff/bashdoc"
11
11
readme = " README.md"
12
- keywords = [" bash" , " docs" ]
13
- categories = [" command-line-utilities" , " parsing " ]
12
+ keywords = [" bash" , " docs" , " documentation " ]
13
+ categories = [" command-line-utilities" , " text-processing " ]
14
14
license = " MIT"
15
- exclude = [" example/**" , " .idea/**" ]
15
+ exclude = [" example/**" , " .idea/**" , " backdocrc.toml " ]
16
16
17
17
[badges ]
18
18
maintenance = { status = " experimental" }
Original file line number Diff line number Diff line change 22
22
23
23
Outputs
24
24
25
- ![ ] ( . /example/zshrc.png)
25
+ ![ ] ( https://github.com/dustinknopoff/bashdoc/blob/master /example/zshrc.png)
26
26
27
27
with lots of color!
28
28
Original file line number Diff line number Diff line change @@ -433,6 +433,7 @@ impl<'a> Delimiters<'a> {
433
433
let mut path = home_dir ( ) . unwrap ( ) ;
434
434
path. push ( ".bashdocrc" ) ;
435
435
fs:: write ( path. to_str ( ) . unwrap ( ) , content) . unwrap ( ) ;
436
+ env:: set_var ( "BASHDOC_CONFIG_PATH" , path) ;
436
437
delimiters
437
438
}
438
439
}
Original file line number Diff line number Diff line change 20
20
//!
21
21
//!Outputs
22
22
//!
23
- //!
23
+ //!
24
24
//!
25
25
//!with lots of color!
26
26
//!
You can’t perform that action at this time.
0 commit comments