Skip to content

Tags: moigagoo/cliar

Tags

1.3.5

Switch to GitHub Actions.

1.3.4

Add support for async command handlers.

1.3.3

Fix issue with multiword optional args of non-bool type.

1.3.2

Propagate global args to all nested commands under `self.global_args`.

1.3.1

Support global args.

1.3.0

Add nested command support.

1.2.5

Prepare for postponed annotation evaluation, which will be the default

in Python 4.0 (see #2).

1.2.4

Add `show_defaults` to `set_help`.

1.2.3

Add set_sharg_map util.

1.2.2

Make `_root` not an abstract method.