File tree 6 files changed +113
-1477
lines changed
6 files changed +113
-1477
lines changed Original file line number Diff line number Diff line change
1
+ tasks :
2
+ - init : npm install && npm run build
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
+ ### [ 4.4.1] ( https://github.com/QingWei-Li/docsify-cli/compare/v4.4.0...v4.4.1 ) (2020-06-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Allow config flag to take a parameter ([ 9b35260] ( https://github.com/QingWei-Li/docsify-cli/commit/9b352607d78bf2bbe07fd358ada3ce3c56d3fc29 ) )
11
+ * generate snapshot for default behavior ([ 3ebfd82] ( https://github.com/QingWei-Li/docsify-cli/commit/3ebfd82d1e678cc38e3e2f412704e1c0600f8f35 ) )
12
+ * lint ([ 10c29c9] ( https://github.com/QingWei-Li/docsify-cli/commit/10c29c9d18a135ed39de2a3fb0524bd81a664f87 ) )
13
+ * lint codebase ([ 518b3ef] ( https://github.com/QingWei-Li/docsify-cli/commit/518b3efc897409fbb65bb4dbe2dcab0342eba6ff ) )
14
+ * lint-staged config ([ fa1c125] ( https://github.com/QingWei-Li/docsify-cli/commit/fa1c1255a167f599bfc2e6f99aec599761966c1f ) )
15
+ * remove redundant snapshot files ([ 4f69e30] ( https://github.com/QingWei-Li/docsify-cli/commit/4f69e30a8b896214fde96eebfa924832ce27cf10 ) )
16
+ * tweak ([ 959741d] ( https://github.com/QingWei-Li/docsify-cli/commit/959741d7769431ab3c62aa9be4332289e3a60ee3 ) )
17
+ * tweak ([ 463f642] ( https://github.com/QingWei-Li/docsify-cli/commit/463f64275814ff679272a2254e29d43fe1371dd4 ) )
18
+ * typo ([ 94c60be] ( https://github.com/QingWei-Li/docsify-cli/commit/94c60be91ed5480576c9573b82dff16b21f1bde0 ) )
19
+
5
20
## [ 4.4.0] ( https://github.com/QingWei-Li/docsify-cli/compare/v4.3.0...v4.4.0 ) (2019-11-20)
6
21
7
22
Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ docsify serve <path> [--open false] [--port 3000]
96
96
## Contributing
97
97
Please see the [ Contributing Guidelines] ( ./CONTRIBUTING.md )
98
98
99
+ ## Contribution
100
+
101
+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/docsifyjs/docsify-cli )
102
+
99
103
## License
100
104
101
105
[ MIT] ( ./LICENSE )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ require('yargs')
99
99
alias : 'c' ,
100
100
default : false ,
101
101
desc : chalk . gray ( y18n . __ ( 'start.config' ) ) ,
102
- nargs : 0 ,
102
+ nargs : 1 ,
103
103
requiresArg : false ,
104
104
type : 'string'
105
105
} ,
You can’t perform that action at this time.
0 commit comments