Comment #4 on issue 1061 by [email protected]: Support for
`libdoc` to show library/resource information on console
http://code.google.com/p/robotframework/issues/detail?id=1061
With current version, you can do:
$ python src/robot/libdoc.py Dialogs _show_inits buuh
Importing
---------
Cannot view '_show_inits'.
Try --help for usage information.
Also, this is somewhat confusing:
$ python src/robot/libdoc.py Dialogs view
Wrong number of arguments to view 'view'.
Try --help for usage information.
(Not sure whether these matter, just pointing out that current
implementation allows for these to happen)