Move most of the documentation to .rst format
This commit is contained in:
20
docs/commands/doctor.rst
Normal file
20
docs/commands/doctor.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
.. _doctor:
|
||||
|
||||
Bash-it doctor
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
If you encounter problems with any part of Bash-it, run the following command:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
bash-it doctor
|
||||
|
||||
This will reload your bash profile and print out logs of various parts in Bash-it.
|
||||
Note that this command at default will print all logs, including debug logs.
|
||||
You can call it like this:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
bash-it doctor [errors/warnings/all]
|
||||
|
||||
In order to get wanted verbosity.
|
||||
Reference in New Issue
Block a user