Skip to content

Commit

Permalink
Deployed 244bf11 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Dec 4, 2024
1 parent 7c60282 commit 94966a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions configuration_settings_on_the_command_line/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@

<h1>Specifying configuration settings on the command line</h1>

<p>You can override the following settings in configuration files by including them as command-line arguments to Workbench:</p>
<p>You can define some configuration settings by including them as command-line arguments to Workbench. If the command-line setting exists in your configuration file, it will override the value in the file; if it doesn't exist in your configuration file, it is added to the configuration as if it were in the config file. The settings available as command-line arguements are:</p>
<ul>
<li><code>input_dir</code></li>
<li><code>input_csv</code></li>
Expand All @@ -973,8 +973,7 @@ <h1>Specifying configuration settings on the command line</h1>
<li><code>csv_start_row</code></li>
<li><code>csv_stop_row</code></li>
</ul>
<p>In all cases, you need to add <code>--</code> to conform with Python's command-line argument syntax.</p>
<p>For example, if you want to specify an input CSV file different from the one registered in your configuration file, include <code>--input_csv</code> as a command-line argument to Worbkench:</p>
<p>In all cases, you need to add <code>--</code> to conform with Python's command-line argument syntax. For example, if you want to specify an input CSV file different from the one registered in your configuration file, include <code>--input_csv</code> as a command-line argument to Worbkench:</p>
<p><code>python workbench --config example.yml --input_csv alternate.csv</code></p>
<p>To specify a log file path, include <code>--log_file_path</code> as an argument:</p>
<p><code>python workbench --config example.yml --check --log_file_path custom_log_during_check.log</code></p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 94966a2

Please sign in to comment.