mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
Added help for wildcard on get
This commit is contained in:
parent
7008ea1229
commit
028555aecc
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 * as a wildcard.",
|
||||
"Get the value of variable NAME, use * alone for all, or NAME* 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