Benjamin Fischer

Results 42 issues of Benjamin Fischer

```ts const { options } = await new Command() .option("--foo [value]", "description ...", { required: true, conflicts: ["bar", "baz"], }) .option("--bar", "description ...", { required: true, conflicts: ["foo"], }) .option("--baz",...

bug
module:command

Warnings were temporarily disabled in #395.

testing

As discussed in the discord channel https://discord.com/channels/748965956377772055/804514019301916693/853276012619890699 we should think about using different colors for the generated help text, because in some terminals like Powershell some parts of the help...

enhancement
module:command

All examples should be tested.

testing

Options: * date: boolean * time: boolean * dateFormat: string

enhancement
module:prompt

Add a prompt module which opens the default text editor for editing files or string values. Options: * file: File | string * content: string * maxLength

enhancement
module:prompt

Put experimental features behind a flag.