-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle plain strings in --sync-aliases
It's valid and not that uncommon to have an alias specified by a single string. So far, cargo-run-bin panics with a very unhelpful message when it counters that. This commit fixes that. While I was at it, I also turned other nearby unwrap()s into error messages to avoid similarly bad UX with other unexpected (likely invalid) config.toml contents.
- Loading branch information
1 parent
c6bd9ec
commit c63d362
Showing
1 changed file
with
72 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters