Skip to content

Commit

Permalink
feat: add completion message to docs subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Jan 23, 2025
1 parent fec958f commit 0d7bdd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/full-solid/src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { createSolid } from "@solid-cli/create";
import packageJson from "../package.json" with { type: "json" };
import { intro } from "@clack/prompts";
import * as color from "picocolors";
import * as p from "@clack/prompts";
import { debuginfo } from "./debug";
import { startCommands } from "./start";
import { openInBrowser } from "@solid-cli/utils";
Expand All @@ -22,6 +23,7 @@ const main = defineCommand({
meta: { description: "Open the Solid Docs in your browser" },
async run() {
openInBrowser("https://docs.solidjs.com");
p.log.success("Opened successfully")
},
}),
},
Expand Down

0 comments on commit 0d7bdd5

Please sign in to comment.