fire — Easy Playground
Auto-generate CLIs from any Python object
Getting started with fireRun locally
Install
pip install firePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: fire)
fire is a third-party package. Auto-generate CLIs from any Python object. Install with: pip install fire
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?