Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the --assume-in-transaction CLI flag
Previously, this could only be specified with a value: --assume-in-transaction=true --assume-in-transaction=false I found prior art [1] for doing a boolean flag in structopt using two fields. It isn't as elegant as I would have hoped for, but one can now use: --assume-in-transaction --no-assume-in-transaction which is more common in my experience. [1]: TeXitoi/structopt#280.
- Loading branch information