Description
Generate command-line interfaces automatically from Python objects and functions. It helps developers expose scripts and debugging tools quickly without writing a full argument parser by hand.
This is a developer convenience library. Automatically exposed functions can be surprising or unsafe, so tools should limit what is exposed and review commands that change files, services, or data.