Refactor osewb.py as it's getting large and hard to manage.
There are a few different types of commands:
- Ones with no dependencies:
- Git repository aware commands:
browse, lint, and editor-config
- Git repository AND base package aware commands:
test, docs, make <component>
Refactor osewb.py as it's getting large and hard to manage.
There are a few different types of commands:
buildandmake workbenchbrowse,lint, andeditor-configtest,docs,make <component>