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
$ source <(silver init)
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/main.rs:57:55
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Because I don't have config file or ?? Anyway I think it would be nice to handle this error.
The text was updated successfully, but these errors were encountered:
- The current config file layout cannot be serialized to TOML with serde,
so switch to YAML. This necessitates updating to an unreleased
version of confy. See: reujab#85, reujab#77, toml-rs/toml-rs#145,
toml-rs/toml-rs#407.
- Print out the location of the default config file upon creation see:
fixesreujab#73, fixesreujab#78.
- Set the default left prompt to *something* so the user isn't left
scratching their head.
- Change the default icon set to Unicode so that this is usable out of
the box with as few dependencies as possible.
- The current config file layout cannot be serialized to TOML with serde,
so switch to YAML. This necessitates updating to an unreleased
version of confy. See: reujab#85, reujab#77, toml-rs/toml-rs#145,
and toml-rs/toml-rs#407.
- Print out the location of the default config file upon creation see:
fixesreujab#73, fixesreujab#78.
- Set the default left prompt to *something* so the user isn't left
scratching their head.
- Change the default icon set to Unicode so that this is usable out of
the box with as few dependencies as possible.
- The current config file layout cannot be serialized to TOML with serde,
so switch to YAML. This necessitates updating to an unreleased
version of confy. See: reujab#85, reujab#77, toml-rs/toml-rs#145,
and toml-rs/toml-rs#407.
- Print out the location of the default config file upon creation fixes:
reujab#73 and reujab#78.
- Set the default left prompt to *something* so the user isn't left
scratching their head.
- Change the default icon set to Unicode so that this is usable out of
the box with as few dependencies as possible.
silver init
panics immediately for me:Because I don't have config file or ?? Anyway I think it would be nice to handle this error.
The text was updated successfully, but these errors were encountered: