Features
- Added a dialog to confirm when exiting application
- Add header to top of config file when saving file with the used schema name.
Schema can also be added manually. Should be formatted as: `! configsuite-tui: schema=<schema name>`
- Add possibility to pass config and schema from CLI
The use is as follows: `configsuite_tui <config file> -s/--schema <schema name>`
Config can also be written without option: `configsuite_tui <config file>`
If the config file has a schema name header, this will be loaded directly without having to specify schema in the CLI.