diff options
| author | Fuwn <[email protected]> | 2021-03-06 17:25:06 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-06 17:25:06 -0800 |
| commit | 1258a5ce84e7ed230594e2ea3be70d512a31b814 (patch) | |
| tree | f9abfcefd017fd34455508abdd6c6bf9bdc919c9 /deps.ts | |
| parent | chore: .gitignore (diff) | |
| download | discordeno-cli-1258a5ce84e7ed230594e2ea3be70d512a31b814.tar.xz discordeno-cli-1258a5ce84e7ed230594e2ea3be70d512a31b814.zip | |
:star:
Diffstat (limited to 'deps.ts')
| -rw-r--r-- | deps.ts | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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";
|