clickEasy Playground

Composable CLI toolkit with decorators for options and arguments

Getting started with clickRun locally
Install
pip install click
Python 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?