Merge pull request 'fix(colibri): add ListSkills + RegisterSkill to Command enum (Hermes)' (#23) from fix/colibri-cli-skills-enum into main
Reviewed-on: #23
This commit is contained in:
commit
0f2fc5cbd7
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ enum Command {
|
|||
description: Option<String>,
|
||||
capabilities: Vec<String>,
|
||||
},
|
||||
ListSkills,
|
||||
RegisterSkill {
|
||||
name: String,
|
||||
description: Option<String>,
|
||||
category: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
fn default_socket_path() -> PathBuf {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue