Skip to content

Commit

Permalink
docs: add bulk option documentation for add command
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 8, 2024
1 parent a872781 commit 61f3fe9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Usage:
Options:

- ``-d``, ``--details`` Allows to add some details to the task.
- ``-b``, ``--bulk`` Open the editor and allows to add multiple tasks at once by writing one title per line. Note that you won't be able to fill details with the bulk mode.
- ``-h``, ``--help`` Command help.

Examples:
Expand All @@ -36,6 +37,15 @@ Examples:
hyf add "Do something with a lot of details" -d -
.. code-block:: bash
:caption: Add multiple tasks at once
hyf add --bulk
# In the editor write one task per line
Call John Doe
Read some articles about dogs
config
------

Expand Down

0 comments on commit 61f3fe9

Please sign in to comment.