File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ disableSearch = false # default is false
18
18
disableNavChevron = true # set true to hide next/prev chevron, default is false
19
19
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
20
20
21
+ [blackfriday ]
22
+ smartDashes = false
21
23
22
24
[outputs ]
23
25
home = [ " HTML" , " RSS" , " JSON" ]
Original file line number Diff line number Diff line change @@ -243,11 +243,11 @@ class Command {
243
243
if ( _ . size ( option . value . alias ) === 1 ) {
244
244
aliases += `-${ option . value . alias } ` ;
245
245
} else {
246
- aliases += `- -${ option . value . alias } ` ;
246
+ aliases += `--${ option . value . alias } ` ;
247
247
}
248
248
}
249
249
const defaultValue = option . value . default || '' ;
250
- res . options [ group ] += `- -${ key } | ${ aliases } | ${ defaultValue } | ${ description } \n` ;
250
+ res . options [ group ] += `--${ key } | ${ aliases } | ${ defaultValue } | ${ description } \n` ;
251
251
} ) ;
252
252
253
253
res . examples = '' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.8.68 " ,
3
+ "version" : " 0.8.69 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments