We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8476e commit b589111Copy full SHA for b589111
src/command/dev-call/cmd.ts
@@ -50,6 +50,7 @@ const generateCliInfoCommand = new Command()
50
51
export const devCallCommand = new Command()
52
.name("dev-call")
53
+ .hidden()
54
.description(
55
"Access internals of Quarto - this command is not intended for general use.",
56
)
0 commit comments