Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add output option to the status command (#3969)
Description --- Fixes an issue with `--non-interactive` mode. The PR adds `--output` option to the `status` command that expected by the non-interactive mode. Motivation and Context --- Non interactive mode failed with: ``` Wrong command to watch `status --output log`. Failed with: error: Found argument '--output' which wasn't expected, or isn't valid in this context If you tried to supply `--output` as a value rather than a flag, use `-- --output` USAGE: status [OUTPUT] For more information try --help ``` How Has This Been Tested? --- Manually
- Loading branch information