Benjamin Fischer
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",...
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...
Options: * date: boolean * time: boolean * dateFormat: string
Add a prompt module which opens the default text editor for editing files or string values. Options: * file: File | string * content: string * maxLength
Put experimental features behind a flag.