add tox_savefile_test.bash

This commit is contained in:
emdee 2022-10-03 01:13:26 +00:00
parent 337bf49eeb
commit dee30e905f
3 changed files with 124 additions and 4 deletions

View file

@ -3,7 +3,7 @@
Read and manipulate tox profile files. It started as a simple script from
<https://stackoverflow.com/questions/30901873/what-format-are-tox-files-stored-in>
For the moment logging_tox_savefile.py just reads a Tox profile and
For the moment tox_savefile.py just reads a Tox profile and
prints to stdout various things that it finds. Then it writes what it
found in YAML to stderr. Later it can be extended to print out JSON
or YAML, and then extended to accept JSON or YAML to write a profile.
@ -22,7 +22,7 @@ to stdout
a profile
```
usage: logging_tox_savefile.py [-h] [--output OUTPUT]
usage: tox_savefile.py [-h] [--output OUTPUT]
[--command {info,decrypt,nodes}]
[--indent INDENT]
[--info {info,repr,yaml,json,pprint,nmap_udp,nmap_tcp}]