Description
Since the AprsIsConstants values are now only used in one place (the AprsSharp CLI command line flags setup), we should do away with the class of constants and just code them directly in to the CLI setup. This consolidates the logic to where it is actually used and avoids bloating code.
Acceptance Criteria
Description
Since the
AprsIsConstantsvalues are now only used in one place (the AprsSharp CLI command line flags setup), we should do away with the class of constants and just code them directly in to the CLI setup. This consolidates the logic to where it is actually used and avoids bloating code.Acceptance Criteria