Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 308 Bytes

DEVELOPMENT.md

File metadata and controls

10 lines (6 loc) · 308 Bytes

DEVELOPMENT

The AbstractCommand needs to load a options object.

Then needs to load a config file, either from current working directory or the home directory.

Returns an Options object.

During execution, the getStorage command will override the settings over the Options object if it existed.