You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/advanced/hydra-command-line-flags.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ Running Hydra applications:
29
29
-**--run,-r**: Run is the default mode and is not normally needed.
30
30
-**--multirun,-m**: Run multiple jobs with the configured launcher and sweeper. See [Multi-run](/tutorials/basic/running_your_app/2_multirun.md).
31
31
<br/><br/>
32
-
-**--config-path,-cp**: Overrides the config_path specified in hydra.main(). The config_path is relative to the Python file declaring @hydra.main()
33
-
-**--config-name,-cn**: Overrides the config_name specified in hydra.main()
32
+
-**--config-path,-cp**: Overrides the `config_path` specified in `hydra.main()`. The `config_path` is relative to the Python file declaring `@hydra.main()`.
33
+
-**--config-name,-cn**: Overrides the `config_name` specified in `hydra.main()`.
34
34
-**--config-dir,-cd**: Adds an additional config directory to the [config search path](search_path.md).
35
35
This is useful for installed apps that want to allow their users to provide additional configs.
0 commit comments