List all available commands
(&self)
| 112 | |
| 113 | /// List all available commands |
| 114 | pub fn list(&self) -> Vec<&Command> { |
| 115 | self.commands.values().collect() |
| 116 | } |
| 117 | |
| 118 | /// Load commands from .opencode/commands directory |
| 119 | pub fn load_from_directory(&mut self, project_dir: &Path) -> anyhow::Result<()> { |
no outgoing calls
no test coverage detected