We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5fa73 commit 773fbbaCopy full SHA for 773fbba
packages/full-solid/src/bin.ts
@@ -11,6 +11,9 @@ import { openInBrowser } from "@solid-cli/utils";
11
intro(`\n${color.bgCyan(color.black(` Solid CLI v${packageJson.version}`))}`);
12
13
const main = defineCommand({
14
+ meta: {
15
+ description: "The full Solid CLI"
16
+ },
17
subCommands: {
18
create: createSolid(packageJson.version),
19
debug: debuginfo,
0 commit comments