GITLAB
PDC-IRAP
/
pdc-web
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
app/cli.py
111 Bytes
Edit
Raw
Normal View
History
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