Skip to content

Commit

Permalink
Add help text for DistError::NoConfigFile.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Jan 25, 2025
1 parent bfd2bad commit f3f1ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cargo-dist/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ pub enum DistError {

/// No dist manifest
#[error("No configuration file (e.g. dist-workspace.toml) was found")]
#[diagnostic(help("Did you run 'dist init'? If you did, this is probably a bug; please file an issue!"))]
NoConfigFile {},
}

Expand Down

0 comments on commit f3f1ecd

Please sign in to comment.