mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
cli: create: allow non-interactive create (#137)
This commit is contained in:
@@ -4,6 +4,7 @@ export type TemplateSetupCtx = {
|
||||
template: Template;
|
||||
dir: string;
|
||||
name: string;
|
||||
skip: boolean;
|
||||
};
|
||||
|
||||
export type Integration =
|
||||
|
||||
Reference in New Issue
Block a user