-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: use argparse subparsers in opae.io (#3023)
### Description Use argparse subparsers instead of parse_known_args(), so that the help information for sub-options can be auto-generated. Bump revision to 1.0.0 - in order to run a script, the new 'script' sub-option is required: Before the change: opae.io do_something.py a b c As of the change: opae.io script do_something.py a b c The change is required due to the nature of argparse subparsers. ### Collateral (docs, reports, design examples, case IDs): - [x] Document Update Required? (Specify FIM/AFU/Scripts) fpga_tools/opae.io/opae.io.md ### Tests added: ### Tests run: Manual verification of all opae.io commands. Signed-off-by: Tim Whisonant <[email protected]>
- Loading branch information
Tim Whisonant
authored
Oct 11, 2023
1 parent
7d471cd
commit 38a8534
Showing
5 changed files
with
243 additions
and
168 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
Oops, something went wrong.