feat: nicer errors, cleanup examples.

This commit is contained in:
Romain Dorgueil
2018-07-29 15:59:44 +01:00
parent 8ea7ce0b1a
commit 21d013bdf3
27 changed files with 185 additions and 280 deletions

View File

@ -41,6 +41,7 @@ class BaseGraphCommand(BaseCommand):
Base class for CLI commands that depends on a graph definition, either from a file or from a module.
"""
required = True
handler = None