Examples ======== The examples can be found on github in the `examples `_ folder. You can go directly to the source file by clicking on the title of the example. `simple_cli.py `_ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ This is a very simple cli that takes input from stdin. It has a few sample commands that show a few basic features of the argparseDecorator. `simple_asyncio_demo.py `_ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ A very small sample to test using argparseDecorator in an asyncio context. `ssh_cli.py `_ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ is a more involved demo that shows how argparseDecorator can be used to create a CLI that can be accessed remotly via ssh. Full Documentation ------------------ .. automodule:: ssh_cli :members: :undoc-members: :show-inheritance: