You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just have to figure out how to automatically create the config dir,
or when installing where do these files go and how one can copy them to the desired
destination.
The text was updated successfully, but these errors were encountered:
In the realms of installing the configuration files, seems like the build.rs approach is not the best one.
So i thought about an approach I've already seen some cli tools take, which is to offer two more flags: --health and --set-up.
health checks if there are presets available (minimum to start creating templates), as well as if there is a
valid gedent.toml in the config directory, if the config directory is not found, the user is asked if it wants to set it up.
set-up creates the config directory, writes a minimal gedent.toml file and writes a set of presets that will be embedded
in the binary. (#47)
Just have to figure out how to automatically create the config dir,
or when installing where do these files go and how one can copy them to the desired
destination.
The text was updated successfully, but these errors were encountered: