-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 pre-process known provider flags (#1868)
We were getting errors about pre-processing failing when used in conjunction with full-fledged CLI commands. Example: If you didn't have `cnquery` installed and copy-pasted: ```bash cnquery run github org mondoohq --token github_.. -c ".." ``` ... you'd get an error about not being able to parse `--token`. This is a bit inefficient, but it at least results in a clean run for now. Signed-off-by: Dominik Richter <[email protected]>
- Loading branch information
Showing
1 changed file
with
41 additions
and
58 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