aboutsummaryrefslogtreecommitdiff
path: root/deps.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-06 17:25:06 -0800
committerGitHub <[email protected]>2021-03-06 17:25:06 -0800
commit1258a5ce84e7ed230594e2ea3be70d512a31b814 (patch)
treef9abfcefd017fd34455508abdd6c6bf9bdc919c9 /deps.ts
parentchore: .gitignore (diff)
downloaddiscordeno-cli-1258a5ce84e7ed230594e2ea3be70d512a31b814.tar.xz
discordeno-cli-1258a5ce84e7ed230594e2ea3be70d512a31b814.zip
:star:
Diffstat (limited to 'deps.ts')
-rw-r--r--deps.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps.ts b/deps.ts
new file mode 100644
index 0000000..673349b
--- /dev/null
+++ b/deps.ts
@@ -0,0 +1,10 @@
+export { Command } from "https://deno.land/x/cliffy/command/mod.ts";
+export {
+ // Checkbox,
+ // Confirm,
+ Input,
+ // Number,
+ prompt,
+ Select,
+ Toggle
+} from "https://deno.land/x/cliffy/prompt/mod.ts";