Skip to content

Commit

Permalink
docs: add missing 'done' command to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 13, 2024
1 parent b477313 commit 628f2fa
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/source/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,35 @@ Example:
hyf delete 3 --force
done
----

Mark a task as done from the current working day.

Usage:

.. code-block:: bash
hyf done [OPTIONS] <id>
- **<id>** The id of the task you want to mark ad done. If you don't remember the id of the task, leave it empty, **Hyperfocus** will display you a little reminder.

Options:

- ``-h``, ``--help`` Command help.

Example:

.. code-block:: bash
:caption: Mark task #3 as done.
hyf done 3
.. code-block:: bash
:caption: mark tasks #3 and #4 as done.
hyf done 3 4
init
----

Expand Down

0 comments on commit 628f2fa

Please sign in to comment.