mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
6 lines
292 B
Python
6 lines
292 B
Python
def init_dashboard_parser(self):
|
|
"""Init the Dashboard CLI parser"""
|
|
# If we don't set `help="Dashboard"` this won't be rendered
|
|
# We don't want the dashboard to inherit from the common providers parser since it's a different component
|
|
self.subparsers.add_parser("dashboard")
|