A software to manage real estates.
Usage
dotnet RealEstateManagementCLI.dll [command]
Options
-h|--help Shows help text.
--version Shows version information.
Commands
add Add a new real estate.
list List available real estates.
path Specify the path of the file.
remove Remove a real estate.
serialization Specify the serialization type. (Xml is standard).
update Update an existing real estate.
You can run `dotnet RealEstateManagementCLI.dll [command] --help` to show help on a specific command.
Make sure to change the file extension (*.dat or *.xml) if you change the type of serialization with the path command.
At the moment there is no possibility to contribute because I have to do the software on my own. A guide how to contribute is replacing this text after I got my grade.