mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 04:46:59 -04:00
(expect*) supports the option 'timeout SECOND
This commit is contained in:
@@ -30,7 +30,7 @@ func mains(args []string) error {
|
||||
gmnlisp.Functions{
|
||||
gmnlisp.NewSymbol("sendln"): gmnlisp.Function1(g.sendln),
|
||||
gmnlisp.NewSymbol("spawn"): &gmnlisp.Function{Min: 1, F: g.spawn},
|
||||
gmnlisp.NewSymbol("expect*"): &gmnlisp.Function{Min: 1, F: g.expect},
|
||||
gmnlisp.NewSymbol("expect*"): gmnlisp.SpecialF(g.expect),
|
||||
})
|
||||
|
||||
if len(args) <= 0 {
|
||||
|
||||
Reference in New Issue
Block a user