Skip to content

Commit 31611f3

Browse files
quarto use brand
1 parent 0c9a7ab commit 31611f3

File tree

12 files changed

+1147
-4
lines changed

12 files changed

+1147
-4
lines changed

src/command/use/cmd.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import { Command, ValidationError } from "cliffy/command/mod.ts";
77

88
import { useTemplateCommand } from "./commands/template.ts";
99
import { useBinderCommand } from "./commands/binder/binder.ts";
10+
import { useBrandCommand } from "./commands/brand.ts";
1011

11-
const kUseCommands = [useTemplateCommand, useBinderCommand];
12+
const kUseCommands = [useTemplateCommand, useBinderCommand, useBrandCommand];
1213

1314
export const makeUseCommand = () => {
1415
const theCommand = new Command()

0 commit comments

Comments
 (0)