I think I finished it...
This commit is contained in:
@@ -8,7 +8,6 @@ description = "Raven's CLI"
|
||||
repository.workspace = true
|
||||
|
||||
publish.workspace = true
|
||||
test.workspace = true
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5"
|
||||
|
||||
@@ -19,7 +19,7 @@ pub enum Command {
|
||||
New {
|
||||
#[clap(flatten)]
|
||||
type_: ProjectFlag,
|
||||
name: String,
|
||||
project_name: String,
|
||||
},
|
||||
/// Create a new raven project in an existing directory
|
||||
Init,
|
||||
@@ -49,7 +49,7 @@ pub struct Assertions {
|
||||
assertions: bool,
|
||||
}
|
||||
|
||||
impl Into<bool> for Assertions {
|
||||
impl Into<bool> for &Assertions {
|
||||
fn into(self) -> bool {
|
||||
self.assertions
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user