june

Results 7 issues of june

This adds a proper value name to the `chdir` option so the help message shows `-D, --chdir ` instead of `-D, --chdir `

it said "catppuccin24" for some reason

According to the [Docs](https://cappa.readthedocs.io/en/latest/arg.html#arg-num-args): > `num_args=-1` can be used to indicate that 0 or more (i.e. unbounded number of) arguments will be consumed, similarly resulting in a sequence-type output (even...

would it be possible to add a `case_insensitive` parameter to `Arg`? ```python from dataclasses import dataclass from typing import Annotated import cappa @dataclass class Command: color: Annotated[ str, cappa.Arg( choices=["Red",...

### context after re-reading smoothie's code, i remembered how messy some parts are due to @couleurm being new to rust and some spur-of-the-moment decisions being made without thinking about future...

## Bug description After doing my first release (1.0.0), a new release pull request is opened for v1.0.1 with "chore: release 1.0.0" in the changelog. is this expected behavior? -...

bug

Pyright reports `error: Stub file not found for "soundfile" (reportMissingTypeStubs)` when using this config: ``` [tool.pyright] typeCheckingMode = "strict"` ```