We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e05aeb commit 5fd074aCopy full SHA for 5fd074a
1 file changed
src/command/uninstall/cmd.ts
@@ -30,8 +30,8 @@ export const uninstallCommand = new Command()
30
`Uninstalls a global dependency (${installableToolNames().join(", ")}).`,
31
)
32
.example(
33
- "Remove extension using name",
34
- "quarto remove <extension-name>",
+ "Uninstall TinyTeX",
+ "quarto uninstall tinytex",
35
36
37
"Uninstall Chrome Headless Shell",
0 commit comments