This project is creating an AirBnB clone, this console works in an interactive and non-interactive mode
This minishell is written in Python to provide a command-line interface to manipulate the AirBnB objects. To perform tasks such as creating, updating, viewing and deleting instances.
Start the program by using the following command: ./console.py
- manage objects via a command interpreter
- store and persist objects to a JSON file
- Commands: create, show, destroy, all (shows all), update, help, quit
$ ./console.py
(hbnb) help
Documented commands (type help <topic>):
========================================
EOF help quit
(hbnb)
(hbnb)
(hbnb) quit
$