WIP Add last arg to man maps and specs, arg flags settable through cli
This commit is contained in:
parent
8d962e1a27
commit
393bbd2fc2
@ -1,6 +1,8 @@
|
|||||||
|
import sys
|
||||||
|
from hexathon import strip_0x
|
||||||
from chainlib.cli.man import DocGenerator
|
from chainlib.cli.man import DocGenerator
|
||||||
|
|
||||||
|
b = bytes.fromhex(strip_0x(sys.argv[1]))
|
||||||
g = DocGenerator(0xffffffff)
|
g = DocGenerator(int.from_bytes(b, byteorder='little'))
|
||||||
g.process()
|
g.process()
|
||||||
print(g)
|
print(g)
|
||||||
|
Loading…
Reference in New Issue
Block a user