From cf9caa33b3a6cd625307b9430fbe76d9926e92de Mon Sep 17 00:00:00 2001 From: scarf Date: Fri, 30 Jun 2023 15:14:21 +0900 Subject: [PATCH 1/3] docs: fix link to discussions --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c8e2ee1..c296116f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,8 +6,8 @@ things you may find helpful. ### Get in touch - ❓ Ask general support questions in - [discussions]([issues](https://github.com/c4spar/deno-cliffy/issues/new)) or - in the [chat](https://discord.gg/ghFYyP53jb). + [discussions](https://github.com/c4spar/deno-cliffy/discussions/categories/q-a?discussions_q=category%3AQ%26A+) + or in the [chat](https://discord.gg/ghFYyP53jb). - 👨‍💻 Use [issues](https://github.com/c4spar/deno-cliffy/issues/new) to report bugs, request new features and discuss your contributions. - 💬 Discuss topics in the [chat](https://discord.gg/V8XpuHdzz2). From f37b3568035b9874aedf4556a47e6f5049fd8307 Mon Sep 17 00:00:00 2001 From: scarf Date: Fri, 30 Jun 2023 15:16:16 +0900 Subject: [PATCH 2/3] fix: deno check --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index dde4df57..8b815a5b 100644 --- a/mod.ts +++ b/mod.ts @@ -5,7 +5,7 @@ export { number, // Already exported by command module. // ValidationError, - OptionType, + type OptionType, parseFlags, string, } from "./flags/mod.ts"; From ebcb9cf8d735a0a5d5ee0675eb357e615cdd5ce3 Mon Sep 17 00:00:00 2001 From: scarf Date: Sat, 1 Jul 2023 20:00:08 +0900 Subject: [PATCH 3/3] Update mod.ts Co-authored-by: Benjamin Fischer <61995275+c4spar@users.noreply.github.com> --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index 8b815a5b..dde4df57 100644 --- a/mod.ts +++ b/mod.ts @@ -5,7 +5,7 @@ export { number, // Already exported by command module. // ValidationError, - type OptionType, + OptionType, parseFlags, string, } from "./flags/mod.ts";