forked from Cutieguwu/raven
I think I finished it...
This commit is contained in:
@@ -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