adding --no-hash

This commit is contained in:
ed
2021-06-10 18:08:30 +02:00
parent d6bf300d80
commit 1078d933b4
9 changed files with 77 additions and 39 deletions

View File

@@ -38,6 +38,7 @@ class Cfg(Namespace):
mtp=[],
mte="a",
hist=None,
no_hash=False,
**{k: False for k in "e2d e2ds e2dsa e2t e2ts e2tsr".split()}
)