pub struct InitOptions {
pub force: bool,
pub force_lock: bool,
pub interactive: bool,
pub update_readme: bool,
}Expand description
Options for initializing Ralph files.
Fields§
§force: boolOverwrite existing files if they already exist.
force_lock: boolForce remove stale locks.
interactive: boolRun interactive onboarding wizard.
update_readme: boolUpdate README if it exists (force overwrite with latest template).
Auto Trait Implementations§
impl Freeze for InitOptions
impl RefUnwindSafe for InitOptions
impl Send for InitOptions
impl Sync for InitOptions
impl Unpin for InitOptions
impl UnsafeUnpin for InitOptions
impl UnwindSafe for InitOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more