Commit cc62dd7
authored
don't return anything from
i get the following LSP error in my editor, because it's true `main`
does not return a `string` 🤔

in this PR, i propose to truely return `nothing` from this _main_
command by `print`ing the help page.
### alternative
we could also change the signature to `nothing -> string`toolkit command (#992)1 parent b5385a2 commit cc62dd7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments