mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Support multiple --print-settings arguments
This commit is contained in:
parent
e81a284c39
commit
f130695bbf
2 changed files with 16 additions and 14 deletions
|
|
@ -22,8 +22,8 @@ Settings are configured in the form of a Python module (a file). There is an
|
|||
available for reference.
|
||||
|
||||
To see a list of current settings in your environment, including both default
|
||||
and any customized values, run the following command (append a specific
|
||||
setting name as an argument to see the value for that one setting)::
|
||||
and any customized values, run the following command (append one or more
|
||||
specific setting names as arguments to see values for those settings only)::
|
||||
|
||||
pelican --print-settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue