asyncclick icon indicating copy to clipboard operation
asyncclick copied to clipboard

Python composable command line utility, trio-compatible version

Results 8 asyncclick issues
Sort by recently updated
recently updated
newest added

The most recent change between 8.1.7.0 and 8.1.7.1 causes the unit tests to fail: https://github.com/python-trio/asyncclick/commit/bae29c300d341f6d48669c38d090687340a66e09#r137383936 ``` [ 31s] =================================== FAILURES =================================== [ 31s] ________________________ test_context_pushing[asyncio] _________________________ [ 31s] [ 31s]...

Trying to fire an event when a command is finished. I currently use ```python @cli.resultcallback() async def console_shutdown(result, **kwargs): print('cli end') ``` Which works fine except for when there is...

Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 3 to 4. Release notes Sourced from dessant/lock-threads's releases. v4.0.0 Learn more about this release from the changelog. Changelog Sourced from dessant/lock-threads's changelog. 4.0.0 (2022-12-04) ⚠ BREAKING...

dependencies

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...

dependencies

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. Release notes Sourced from actions/cache's releases. v3.0.0 This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of...

dependencies

I'm updating the Debian package and found this typo. Similar reasoning to https://github.com/python-trio/asyncclick/pull/29 Thanks for your work on asyncclick!