Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#66: Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Aug 28, 2021
1 parent a2a17a4 commit ab09929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Keep learning
extending-tasks
pipelines
project-structure
usage/index
standardlib/index
usage/index
rts/index

3 changes: 1 addition & 2 deletions docs/source/standardlib/shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Provides tasks for shell commands execution - mostly used in YAML syntax and in
.. jinja:: shell
:file: source/templates/package-usage.rst

Executes a Bash script. Can be multi-line.
Executes a Bash script. Can be multi-line. Script can read from stdin instead of :code:`-c` switch, if configured with :code:`is_cmd_required = True` during configuration stage.

.. HINT::
Phrase %RKD% is replaced with an rkd binary name
Expand All @@ -22,7 +22,6 @@ Executes a Bash script. Can be multi-line.
.. code:: bash
rkd :sh -c "ps aux"
rkd :sh --background -c "some-heavy-task"
**Example of task alias usage:**
Expand Down

0 comments on commit ab09929

Please sign in to comment.