Skip to content

Commit

Permalink
adding arg comments
Browse files Browse the repository at this point in the history
;
  • Loading branch information
paigerube14 committed Mar 6, 2024
1 parent a09ea06 commit f74bea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ def orion(uuid, baseline, config, debug, output, hunter_analyze):
"""Orion is the cli tool to detect regressions over the runs
Args:
uuid (str): gather metrics based on uuid
baseline (str): baseline uuid to compare against uuid (uuid must be set when using baseline)
config (str): path to the config file
debug (bool): lets you log debug mode
output (str): path to the output csv file
hunter_analyze (bool): turns on hunter analysis of gathered uuid(s) data
"""
level = logging.DEBUG if debug else logging.INFO
logger = logging.getLogger("Orion")
Expand Down

0 comments on commit f74bea2

Please sign in to comment.