Unclaimed project
Are you a maintainer of clikt? Claim this project to take control of your public changelog and roadmap.
inputEvents parameter to CliktCommand.test overloads for simulating terminal input. (#630)defaultLazy to mutually exclusive options. (#616)choice() that accept a List of choices. (#596)prompt() options will report a missing option instead of prompting when the terminal is not interactive. You can pass inputInteractive = true to CliktCommand.test to test prompt(). (#622)SuspendingNoOpCliktCommand is now open to match NoOpCliktCommand. (#613)uint() and ulong() option values. (#624)