We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87f3f9 commit 93e55ceCopy full SHA for 93e55ce
src/hatch/cli/env/run.py
@@ -25,7 +25,7 @@ def filter_environments(environments, filter_data):
25
@click.option('--env', '-e', 'env_names', multiple=True, help='The environments to target')
26
@click.option('--include', '-i', 'included_variable_specs', multiple=True, help='The matrix variables to include')
27
@click.option('--exclude', '-x', 'excluded_variable_specs', multiple=True, help='The matrix variables to exclude')
28
-@click.option('--filter', '-f', 'filter_json', help='The JSON data used to select environments')
+@click.option('--filter', '-f', 'filter_json', default=None, help='The JSON data used to select environments')
29
@click.option(
30
'--force-continue', is_flag=True, help='Run every command and if there were any errors exit with the first code'
31
)
0 commit comments