Problem
Currently configuration is done via config file, which requires a relatively deep understand of how RustidyMyClaw works, and about the available options.
Proposed solution
Create a brief configuration wizard in the CLI, so users are guided through the initial configuration. This should aim to:
- get people started quickly
- reduce errors in configs (e.g. no
allowed_users -> can't use the channel)
- reduce mental load for users, as they are no longer forced to understand all potential config options but are guided through them
Additional context
Nice-to-have: make wizard reusable for modifying the config later on as well.
Problem
Currently configuration is done via config file, which requires a relatively deep understand of how RustidyMyClaw works, and about the available options.
Proposed solution
Create a brief configuration wizard in the CLI, so users are guided through the initial configuration. This should aim to:
allowed_users-> can't use the channel)Additional context
Nice-to-have: make wizard reusable for modifying the config later on as well.