-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing command line interface for the
run
command. (#348)
This commit fixes bugs associated with the MLCube `run` command: - It now uses correct option decorators from the `cli` module (class `Options`) instead of deprecated decorators from the `__main__.py` file. - It now uses the `-P` option to correctly parse MLCube parameters that users provide on a command line. The latter particularly fixes the #347 issue.
- Loading branch information
1 parent
9881ff6
commit 4938fe6
Showing
1 changed file
with
34 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters