Skip to content

Commit 41526a7

Browse files
committed
add description for call
1 parent e77dc76 commit 41526a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/command/call/cmd.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { engineCommand } from "../../execute/engine.ts";
33

44
export const callCommand = new Command()
55
.name("call")
6+
.description("Access functions of Quarto subsystems such as its rendering engines.")
67
.action(() => {
78
callCommand.showHelp();
89
Deno.exit(1);

0 commit comments

Comments
 (0)