Describe the feature
Currently, all logic for scanning procedure takes place in the main.ts file. This will be less efficient in the long term, as it will create a large and unwieldy file. Instead, create a separate logic service that can walk through the necessary steps for each CLI command.
Feature Requirements
- New logic service created
main.ts simplified
Customer/Developer Value Proposition
Cleaner, easier to read and use code.
Describe the feature
Currently, all logic for scanning procedure takes place in the
main.tsfile. This will be less efficient in the long term, as it will create a large and unwieldy file. Instead, create a separate logic service that can walk through the necessary steps for each CLI command.Feature Requirements
main.tssimplifiedCustomer/Developer Value Proposition
Cleaner, easier to read and use code.