janpieterz / CommandRunner

A simple command runner to enable quick command line developer tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to use without using attributes

janpieterz opened this issue · comments

When specifying types explicitly one can:

  • Scan for all public methods
  • Use class name for navigation

Limitations would be to go tops 1 level deep (no way of knowing which properties would be sub-menu's).
This also would mean the ScanTypes method needs a sibling called AddTypes etc to ensure extending the default behaviour with this instead of overwriting the other already scanned assemblies.