Commit 38ea1183 authored by Jeremy Pallats's avatar Jeremy Pallats 💬
Browse files

FIX #105: Whois command, "-" handling

- Already supported just needs documentation, backlashes allow.
parent f3804d90
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -737,6 +737,8 @@ def subs_whois(subs, prefix):
        Find out who this GearsandCogs fellow is ...
**{prefix}whois gears**
        Search for all CMDRs with 'gears' in their name
**{prefix}whois \\\\--hypehnCmdr--**
        Search for a CMDR with a hyphen at the front of their name.
    """.format(prefix=prefix)
    sub = subs.add_parser(prefix + 'whois', description=desc, formatter_class=RawHelp)
    sub.set_defaults(cmd='WhoIs')