doc/news.rst | 3 ++- pyderasn.py | 2 ++ diff --git a/doc/news.rst b/doc/news.rst index fde860e46841360a6828215324fbec4213f19a5f8929b96474bb62d24ae505c7..80af96536bca700ceb7fa96bbe932998b1b8380dc3ad43d60ee505558d86acd4 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -11,7 +11,8 @@ * Integer has ``tohex()`` for getting hexadecimal representation of its value * ``hexdump()`` (``hexdump -C`` like output) and ``ascii_visualize()`` (visualize ASCII printable characters, like in ``hexdump -C``) pretty printing functions appeared -* Experimental ASN.1 interactive terminal browser. +* Experimental ASN.1 interactive terminal browser (``--browse`` and + ``pyderasn.browse``). You will need `urwid package `__ to use it .. _release7.3: diff --git a/pyderasn.py b/pyderasn.py index 5217d08f21f8b4b94dbc7a8b83373777f7613cb75dedac869183d610f38a93f9..14dd93065ea54491360e3272657227ec3b4bc3edab4d32677759174beea1d23f 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -7486,6 +7486,8 @@ If you press **d**, then current element will be saved in the current directory under its decode path name (adding ".0", ".1", etc suffix if such file already exists). **D** will save it with explicit tag. + + You can also invoke it with ``--browse`` command line argument. """ from copy import deepcopy from os.path import exists as path_exists