mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix
This commit is contained in:
parent
864d00f7d0
commit
7951981815
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/bettercap/readline"
|
||||
|
||||
"github.com/bettercap/bettercap/caplets"
|
||||
"github.com/bettercap/bettercap/core"
|
||||
|
||||
"github.com/bettercap/readline"
|
||||
)
|
||||
|
||||
func containsCapitals(s string) bool {
|
||||
|
@ -49,7 +50,7 @@ func (s *Session) setupReadline() (err error) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
for _, caplet := range caplets.List() {
|
||||
tree[caplet.Name] = []string{}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue