pub fn execute(opts: InstallSkillsOpts<'_>) -> Result<()>Expand description
Execute the install-skills command.
Prints a single JSON response to stdout on success.
Returns an error on failure (caller maps to ErrorResponse).
pub fn execute(opts: InstallSkillsOpts<'_>) -> Result<()>Execute the install-skills command.
Prints a single JSON response to stdout on success.
Returns an error on failure (caller maps to ErrorResponse).