bmwcarit / Emma

Emma Memory and Mapfile Analyser. (Repo marked private after security audit. Contact Marian Kneer for details)
GNU General Public License v3.0
4 stars 0 forks source link

Add top level exec script #34

Closed holzkohlengrill closed 4 years ago

holzkohlengrill commented 4 years ago

Feature Description

After the recent changes Emma can only be invoked via module calls (->like python -m Emma.emma --project doc/test_project --mapfiles doc/test_project/mapfiles --dir doc/test_project/results from the top level folder).

This is lengthy. Plus, an overall script for all modules would be convenient and will provide a better overview about the modules (a la git add or svn checkout, ...).

TODOs