Skip to content

Commit

Permalink
docs: add mention of digest option for command line
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 27, 2023
1 parent c1a5b26 commit 842baa6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,22 @@ Getting Started
It will look `something like this <sample_>`_.

You can also write a YAML configuration file to digest multiple sources, or
with different time periods.
with different time periods:

.. code-block:: bash
$ dinghy my-dinghy-config.yaml
Wrote digest: proj1.html
Wrote digest: proj2-daily.html
Wrote digest: proj2-weekly.html
Extra arguments specify which digests to write:

.. code-block:: bash
$ dinghy my-dinghy-config.yaml proj1.html
Wrote digest: proj1.html
Configuration
Expand Down

0 comments on commit 842baa6

Please sign in to comment.