Skip to content

Commit d3a6418

Browse files
committed
Correct quarto help (fixed #1028)
We’ve made the command for `quarto tools` recquired, so you may now use `quarto tools list` to see the status of all available tools.
1 parent 8bf851e commit d3a6418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/tools/cmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Use 'quarto tools' with no arguments to show the status of all tools.`,
5656
)
5757
.example(
5858
"Show tool status",
59-
"quarto tools",
59+
"quarto tools list",
6060
)
6161
// deno-lint-ignore no-explicit-any
6262
.action(async (_options: any, command: string, tool?: string) => {

0 commit comments

Comments
 (0)