mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
Added help for wildcard on get
This commit is contained in:
parent
20b6d8eef8
commit
7008ea1229
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ func (s *Session) registerCoreHandlers() {
|
|||
|
||||
s.addHandler(NewCommandHandler("get NAME",
|
||||
"^get\\s+(.+)",
|
||||
"Get the value of variable NAME, use * for all.",
|
||||
"Get the value of variable NAME, use * as a wildcard.",
|
||||
s.getHandler),
|
||||
readline.PcItem("get", readline.PcItemDynamic(func(prefix string) []string {
|
||||
prefix = core.Trim(prefix[3:])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue