Improves pisa-cli

Big refactor of the cli, includes proper help messages and get_appointment command. Also creates a separate folder for the cli (apps can be separated by folders).
This commit is contained in:
Sergi Delgado Segura
2019-07-09 17:10:25 +01:00
parent 2d77919af4
commit 00a2137d5b
5 changed files with 95 additions and 41 deletions

View File

@@ -0,0 +1,2 @@
DEFAULT_PISA_API_SERVER = 'localhost'
DEFAULT_PISA_API_PORT = 9814