Skip to content

Commit

Permalink
Adding config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea committed Nov 18, 2024
1 parent 5ddbf3c commit a770931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/daqconf_inspector
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])

@click.group(context_settings=CONTEXT_SETTINGS)
@click.option('-i', '--interactive', is_flag=True, show_default=True, default=False, help="Start an interactive IPython session after executing the commands")
@click.argument('config_file')
@click.argument('config_file', type=click.Path(exists=True))
@click.pass_obj
def cli(obj, interactive, config_file):
"""
Expand Down

0 comments on commit a770931

Please sign in to comment.