Blame view

app/cli.py 111 Bytes
508144eb   hitier   Add cli pattern
1
2
3
4
5
6

def register(app):
    @app.cli.group()
    def pdc_tools():
        """pdc default cli group"""
        pass