mirror of
https://github.com/xxh/xxh
synced 2025-02-16 20:38:27 +00:00
New option: ++pexpect-disable
This commit is contained in:
parent
346231a29e
commit
0f4937bb9e
1 changed files with 1 additions and 0 deletions
|
@ -664,6 +664,7 @@ class xxh:
|
|||
|
||||
self.verbose = opt.verbose
|
||||
self.vverbose = opt.vverbose
|
||||
self.use_pexpect = not opt.pexpect_disable
|
||||
|
||||
def packages_operations():
|
||||
if opt.install_xxh_packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue