init command
This commit is contained in:
parent
1642272fae
commit
f724fc0ecb
5 changed files with 251 additions and 220 deletions
|
@ -1,6 +1,8 @@
|
|||
import type { Command } from "commander";
|
||||
import { registerInitCommand } from "./init";
|
||||
import { registerSyncCommand } from "./sync";
|
||||
|
||||
export const registerCommands = (p: Command) => {
|
||||
registerSyncCommand(p);
|
||||
registerSyncCommand(p);
|
||||
registerInitCommand(p);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue