[BUG] Short flags for --platform
does not work
#1497
Labels
? - Needs Triage
bug
Something isn't working
user_tools
Scope the wrapper module running CSP, QualX, and reports (python)
Description
In #1472, the
--platform
argument was made a required parameter in Fire. In our tests, it was found that the short flag-p
for platform is no longer functioning.Upon investigation, it seems that Fire does not support short flags for required arguments.
Proposed Solution
We should make the platform argument optional in Fire. This change will ensure compatibility with the
-p
flag. The platform argument will still be validated internally to ensure its requirement is enforced.The text was updated successfully, but these errors were encountered: