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.
call
1 parent e77dc76 commit 41526a7Copy full SHA for 41526a7
src/command/call/cmd.ts
@@ -3,6 +3,7 @@ import { engineCommand } from "../../execute/engine.ts";
3
4
export const callCommand = new Command()
5
.name("call")
6
+ .description("Access functions of Quarto subsystems such as its rendering engines.")
7
.action(() => {
8
callCommand.showHelp();
9
Deno.exit(1);
0 commit comments