Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 465 Bytes

CommandModuleExportMethods.md

File metadata and controls

10 lines (6 loc) · 465 Bytes

Export methods in command and general command modules (CommandModuleExportMethods)

Description

You should not place export methods in command and General command modules. You can't access these modules from code external to them, so export methods in these modules do not make sense.

Sources