-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor of command line argument parsing to single file (#388)
Now command line parsing is broken down into a shared module so it can be reused across samples. This makes samples smaller and reduces bloat. Commit log: * Initial work on simplifying command line parsing * Continued work on simplifying command line parsing * Reformatted samples with, hopefully, the correct clang format setting this times * Another attempt at fixing clang format issues * Adjustments to CommandLineUtils and samples to allow building on Windows and Linux * Adjusted secure_tunnel sample to use AWS String instead of std string * Remove commented out namespace usage in secure_tunnel sample * Adjusted samples command line parser to show input type for commands * Minor command line parsing format fixes * Adjusted based on review feedback * Minor formatting fix * Removed const in main function in samples * Clang format fixes * Added additional command groups * Renamed AddCommonX509Commands utility function
- Loading branch information
1 parent
a245b31
commit cc6e330
Showing
22 changed files
with
675 additions
and
811 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
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
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
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
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
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
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.