Added help for wildcard on get

This commit is contained in:
tonjo 2018-03-03 10:18:58 +01:00
commit 7008ea1229

View file

@ -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:])