UNPKG
vibe-tools
Version:
alpha (0.62.3)
latest (0.63.3)
0.63.3
0.63.2
0.63.1
0.63.0
0.62.10
0.62.9
0.62.8
0.62.7
0.62.6
0.62.5
0.62.4
0.62.3
0.62.2
0.62.1
0.62.0
0.61.5
0.61.4
0.61.3
0.61.2
0.61.1
0.61.0
0.60.9
0.60.8
0.60.7
0.60.6
0.60.4
0.60.2
0.60.1
0.60.0
0.6.0-alpha.17
0.0.1
CLI tools for AI agents
github.com/eastlondoner/cursor-tools
eastlondoner/cursor-tools
vibe-tools
/
dist
/
commands
/
wait.d.ts
5 lines
(4 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Command
,
CommandGenerator
,
CommandOptions
}
from
'../types'
;
export
declare
class
WaitCommand
implements
Command
{
execute
(
query
:
string
,
options
:
CommandOptions
):
CommandGenerator
; }