32 lines
424 B
ReStructuredText
32 lines
424 B
ReStructuredText
=========
|
|
Use cases
|
|
=========
|
|
|
|
The main reasons to use scripts-fabq would be the following:
|
|
|
|
* :ref:`cmd1` do this:
|
|
* :ref:`cmd2` do that:
|
|
|
|
.. _cmd1:
|
|
|
|
Do this
|
|
-------
|
|
|
|
By running this command you can do this:
|
|
|
|
.. code-block:: bash
|
|
|
|
scripts-fabq option -foo:bar -dirs:/mnt/foo/
|
|
|
|
.. _cmd2:
|
|
|
|
Do that
|
|
-------
|
|
|
|
By running that command you can do that:
|
|
|
|
.. code-block:: bash
|
|
|
|
scripts-fabq option -bar:foo -dirs:/mnt/foo/
|
|
|