Andrew Bradley
Andrew Bradley
This looks like a typo in the docs for `rem-calculator`. The code samples refer to a `-rem` mixin. Maybe it was renamed at some point? http://axis.netlify.com/#rem-calculator
Reproduction: https://replit.com/@AndrewBradley/clipanion-repro (clicking "run" is not wired up, but the code is in "index.ts" and the shell can be used to run `node ./dist/index.js`) When a subcommand `foo` has a...
Implements #96 WIP to gauge if this will be accepted before I add tests.
#35 WIP to gauge if this will be accepted before I add tests.
When running `clitool --help` with a default command and other subcommands, clipanion will output a list of commands. It will say `You can also print more details about any of...
Pending implementation of #12 Just as commands can be grouped into categories, options/flags should be groupable as well. Groups have some sort of ordering, with more commonly-used groups at the...
When you have an "Advanced" command category, you often want that category to appear last in `--help`. However, it will be alphabetized first. It would be nice to offer a...
EDIT: right after pushing this, I remember that it needs to migrate the localStorage of existing installations. I'll implement that and push it to this PR.
If you save a window named "savedWindowNames" then all your saved windows disappear. I know this isn't exactly likely to happen, but it's still possible and straightforward to avoid. A...
This is an idea to fix the known limitation about duplicate names: > All your types should have different names inside a bundle. If you have 2 interface Options {}...