Skip to content

Commit 0d7bdd5

Browse files
committed
feat: add completion message to docs subcommand
1 parent fec958f commit 0d7bdd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/full-solid/src/bin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { createSolid } from "@solid-cli/create";
55
import packageJson from "../package.json" with { type: "json" };
66
import { intro } from "@clack/prompts";
77
import * as color from "picocolors";
8+
import * as p from "@clack/prompts";
89
import { debuginfo } from "./debug";
910
import { startCommands } from "./start";
1011
import { openInBrowser } from "@solid-cli/utils";
@@ -22,6 +23,7 @@ const main = defineCommand({
2223
meta: { description: "Open the Solid Docs in your browser" },
2324
async run() {
2425
openInBrowser("https://docs.solidjs.com");
26+
p.log.success("Opened successfully")
2527
},
2628
}),
2729
},

0 commit comments

Comments
 (0)