mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
chore: rename OpenCode to opencode (#579)
This commit is contained in:
parent
bbf77c6139
commit
caf465a9da
3 changed files with 4 additions and 4 deletions
|
|
@ -48,9 +48,9 @@ set "current_dir=%parent_dir%"
|
|||
goto :search_loop
|
||||
|
||||
:not_found
|
||||
echo It seems that your package manager failed to install the right version of the OpenCode CLI for your platform. You can try manually installing the "%name%" package >&2
|
||||
echo It seems that your package manager failed to install the right version of the opencode CLI for your platform. You can try manually installing the "%name%" package >&2
|
||||
exit /b 1
|
||||
|
||||
:execute
|
||||
rem Execute the binary with all arguments
|
||||
"%resolved%" %*
|
||||
"%resolved%" %*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue