]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Mention --browse
authorSergey Matveev <stargrave@stargrave.org>
Sun, 22 Mar 2020 15:12:09 +0000 (18:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 22 Mar 2020 15:12:09 +0000 (18:12 +0300)
doc/news.rst
pyderasn.py

index 9444ed5ad3d918f4ab022d6a0bc9d4c7f7b8c447..10befb1cfa787c5d9f9d491500ce241f41704fa0 100644 (file)
@@ -11,7 +11,8 @@ News
 * ``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 <http://urwid.org/>`__ to use it
 
 .. _release7.3:
index 4a1244c6d469d12a172df108c93b68bf325ce010..a4b7deb7e3b6e86983fa0695cb2d6a356db10d7e 100755 (executable)
@@ -7486,6 +7486,8 @@ def browse(raw, obj, oid_maps=()):
     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