This repository was archived by the owner on Oct 10, 2024. It is now read-only.
Commit bd09b33
fix: made help command concise #330
* fix: made help command concise
* fix: ran prettier
* fix: implemented suggestion(map)
* fix: formatted to code-block
* fix: linted code
* fix: build issue(any type)
* fix: build issue resolved
* fix: assigned type as commandHandler(suggestion)
* fix: updated import statement(CommandHandler)
* feat: improved help command text
* fix: linted(why do I keep forgetting :/)
* feat: added <usage> in code-block
* feat: formatted selective help
* fix: attempt to fix build error
* fix: cleaned up a bit
* fix: another attempt at fixing the build issue
* Update src/commandHandlers/help.ts
Co-authored-by: David <[email protected]>
* Update src/commandHandlers/help.ts
Co-authored-by: David <[email protected]>
* fix: another eslint run :)
* fix: added mapToCodeBlock
Co-authored-by: David <[email protected]>1 parent 6268bed commit bd09b33
1 file changed
+19
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments