WIP add groff generator
This commit is contained in:
6
scripts/man.py
Normal file
6
scripts/man.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from chainlib.cli.man import DocGenerator
|
||||
|
||||
|
||||
g = DocGenerator(0xffffffff)
|
||||
g.process()
|
||||
print(g)
|
||||
Reference in New Issue
Block a user