Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing CLI commands fail when
mount
option not present. (#341)
The parser checks if certain CLI arguments present before accessing them. One of previous commits that introduced new `mount` options was not checking for this, and was accessing mount option directly. That was causing no such key error. This commit fixes it.
- Loading branch information