click — Easy Playground
Composable CLI toolkit with decorators for options and arguments
Getting started with clickRun locally
Install
pip install clickPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: click)
click is a third-party package. Composable CLI toolkit with decorators for options and arguments. Install with: pip install click
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?