fix(skills): support SSH git remotes for skills install (#1035)
This commit is contained in:
parent
f10bb998e0
commit
db2d9acd22
4 changed files with 92 additions and 7 deletions
|
|
@ -142,9 +142,9 @@ Examples:
|
|||
pub enum SkillCommands {
|
||||
/// List all installed skills
|
||||
List,
|
||||
/// Install a new skill from a URL or local path
|
||||
/// Install a new skill from a git URL (HTTPS/SSH) or local path
|
||||
Install {
|
||||
/// Source URL or local path
|
||||
/// Source git URL (HTTPS/SSH) or local path
|
||||
source: String,
|
||||
},
|
||||
/// Remove an installed skill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue