Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 265 Bytes

Sample Library CLI App

This repository can be used as a starting point to the project.

  • You need to add @app.command() to the beginning of your function to add new commands.
  • There is an example display_table() function showing how you can create tables.