Oskar Löfgren
Oskar Löfgren
### Notation I'm voting for parentheses `()`. ### Open negative time range From my perspective, that's a must-have — what I'm missing/would use them for. ### Whitespace - `- (15:00...
It is Mac only, as suggested by the lines: npm ERR! notsup Valid OS: darwin npm ERR! notsup Actual OS: linux The reason for this is its dependency on [terminal-notifier](https://github.com/alloy/terminal-notifier)....
Same thing happens with `zod.number()`, so not isolated to `zod.string()`.
@vadimdemedes I started looking into it. Even though I lack knowledge of Zod's internals, judging by [generate-options.ts#L66C3-L89C52](https://github.com/vadimdemedes/pastel/blob/0ff9c2f83f0ada655b2a3c0a2cde88eb7d8e040e/source/generate-options.ts#L66C3-L89C52): Code ```ts const description = getDescription(optionSchema.description); let valueDescription = getValueDescription(optionSchema.description); let isOptional =...
@vadimdemedes I'll gladly help out here if you could just give your thoughts on the matter.
> Try creating a commands/index.ts to define global options without exporting a command and see if it works. Works if you target the index command, but not if specifying a...
Suggestion: use something like https://www.npmjs.com/package/ci-info to cover more CI environments.
@natemoo-re thoughts?
Nice solution! I'll make sure to try it out and merge if appeased 😉
The password prompt seems to be broken now (compared to the main branch — even after handling the `validate` state). When submitting the masked value is seemingly cleared.