Skip to content

Commit

Permalink
feat: add description to full CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Jan 23, 2025
1 parent de5fa73 commit 773fbba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/full-solid/src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import { openInBrowser } from "@solid-cli/utils";
intro(`\n${color.bgCyan(color.black(` Solid CLI v${packageJson.version}`))}`);

const main = defineCommand({
meta: {
description: "The full Solid CLI"
},
subCommands: {
create: createSolid(packageJson.version),
debug: debuginfo,
Expand Down

0 comments on commit 773fbba

Please sign in to comment.