CQLsh has as a basis a config file that you can use and we should do the same to make it easier for testing purposes.
When the application start, it will be checking at ~/.config/scyllash/config.toml and if it doesn't exists, the app will create one as a basis to use cloning the default_config.toml:
Motivation
CQLsh has as a basis a config file that you can use and we should do the same to make it easier for testing purposes.
When the application start, it will be checking at
~/.config/scyllash/config.toml
and if it doesn't exists, the app will create one as a basis to use cloning thedefault_config.toml
:Clap is an addition to further features which can fit together, like a profile configuration however this we can discuss in another issue.