placEasy Playground

Auto-generate CLI from function signatures (minimal boilerplate)

Getting started with placRun locally
Install
pip install plac
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: plac)

plac is a third-party package. Auto-generate CLI from function signatures (minimal boilerplate). Install with: pip install plac

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?