microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Task/refactor #29

Closed jobala closed 4 years ago

jobala commented 4 years ago

Overview

  1. Move large classes to separate files
  2. Group help files in a help package.
  3. Move commond_modules to cli package

Demo

N/A

Notes

Having multiple large classes in a file hurt readability. This PR puts large classes in separate files.

Testing Instructions

N/A