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
Ideally, users who downloaded the binary releases should not have to refer to GitHub to grab an example configuration file. The example config should be embedded with the include_str! macro, and be accessible with a command-line flag, something like this:
./hoshinova --example-config > config.toml
The text was updated successfully, but these errors were encountered:
Another option would also be to just have it in a public gist, or even just as an .example file in the repository, that hoshinova can directly download with the http client.
Ideally, users who downloaded the binary releases should not have to refer to GitHub to grab an example configuration file. The example config should be embedded with the
include_str!
macro, and be accessible with a command-line flag, something like this:The text was updated successfully, but these errors were encountered: