mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Removed "ls" alias from agent list command.
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
092cb0509f
commit
611ad84e87
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ const AgentCreateCommand = cmd({
|
|||
const AgentListCommand = cmd({
|
||||
command: "list",
|
||||
describe: "list all available agents",
|
||||
aliases: ["ls"],
|
||||
async handler() {
|
||||
await Instance.provide({
|
||||
directory: process.cwd(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue