pub struct InstallSkillsOpts {
pub global: bool,
pub claude: bool,
}Expand description
Options for the install-skills subcommand.
Fields§
§global: boolIf true, install into the home directory; otherwise into cwd.
claude: boolIf true, use .claude root instead of .agents.
Auto Trait Implementations§
impl Freeze for InstallSkillsOpts
impl RefUnwindSafe for InstallSkillsOpts
impl Send for InstallSkillsOpts
impl Sync for InstallSkillsOpts
impl Unpin for InstallSkillsOpts
impl UnsafeUnpin for InstallSkillsOpts
impl UnwindSafe for InstallSkillsOpts
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