v3.4.0
Feature
cyclopts.runconvenience function for terser, simpler short scripts by @Tinche in #305
Simple applications can now be written like:import cyclopts def main(name: str, age: int): print(f"Hello {name}, you are {age} years old.") cyclopts.run(main)
Bug Fixes
- Fix incorrect cache-hits for config-reads. This would happen if the cwd changes after initial config file read (highly uncommon except in unit-tests). By @BrianPugh in #310
New Contributors
Full Changelog: v3.3.1...v3.4.0