pub fn run(args: &SkillArgs) -> Result<(), RkError>Expand description
Dispatch the skill action.
ยงErrors
Returns RkError::NotFound for an unknown skill name,
RkError::Refused when the home is unusable or a destination cannot be
touched, and RkError::Io on filesystem failure.