Commit 67b7c1c6 authored by Tristan Gingold's avatar Tristan Gingold

main: report if no command set.

parent e97eba06
......@@ -85,6 +85,8 @@ def _action_runner(modules_pool):
modules_pool.list_files()
elif options.command == "tree":
modules_pool.generate_tree()
elif options.command is None:
logging.info("No command selected")
def _get_parser():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment