When 'help' cannot find a command, produce additional help text that also...
When 'help' cannot find a command, produce additional help text that also points the user to the apropos and type lookup commands This is useful in cases such as, e.g. (lldb) help NSString (the user meant type lookup) or (lldb) help kill (the user is looking for process kill) Fixes rdar://24868537 llvm-svn: 262271
Loading
Please sign in to comment