Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update command line options #211

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion appendices/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ Picard can be started from the command line with the following arguments:

.. code::

picard [-h] [-c CONFIG_FILE] [-d] [-N] [-P] [-s] [-v] [-V] [FILE_OR_URLs] [-e COMMANDs]
run_picard.py [-h] [-a AUDIT] [-c CONFIG_FILE] [-d] [-e COMMAND [COMMAND ...]] [-M] [-N] [-P] [--no-crash-dialog] [-s] [-v] [-V] [FILE_OR_URL ...]

where the options are:

.. option:: -h, --help

show a help message and exit

.. option:: -a AUDIT, --audit AUDIT

audit events passed as a comma-separated list, prefixes supported, use "all" to match any event. See the `Python Documentation <https://docs.python.org/3/library/audit_events.html#audit-events>`_ for more information.

.. option:: -c CONFIG_FILE, --config-file CONFIG_FILE

location of the configuration file to use
Expand All @@ -39,6 +43,10 @@ where the options are:

do not load any plugins

.. option:: --no-crash-dialog

disable the crash dialog

.. option:: -s, --stand-alone-instance

force Picard to create a new, stand-alone instance
Expand Down
Loading