mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
remov elog
This commit is contained in:
parent
ce5b3126d3
commit
0fe72864f2
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ cli
|
|||
.command("run [...message]", "Run a chat message")
|
||||
.option("--session <id>", "Session ID")
|
||||
.action(async (message: string[], options) => {
|
||||
console.log(options);
|
||||
await App.provide({ directory: process.cwd() }, async () => {
|
||||
await Share.init();
|
||||
const session = options.session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue