Commit 50b111a
committed
chore: set default cli help page to start instead of index
Due to changes in the previous commit, `tns -h` is not working as CLI is trying to open the `index.md` file, which does not exist anymore. Change CLI's code to look for `start.md` instead.1 parent 6bfa7df commit 50b111a
File tree
2 files changed
+2
-2
lines changed- lib/common
- services
- test/unit-tests/services
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
0 commit comments