Add support for Python object commands to return custom short and long help by implementing
def get_short_help(self) def get_long_help(self) methods on the command object Also, add a test case for this feature llvm-svn: 232224
Loading
Please sign in to comment