Remove multiple paths (#5859)

Co-authored-by: Kreusada <67752638+Kreusada@users.noreply.github.com>
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Julien Mauroy
2022-12-27 21:51:13 +01:00
committed by GitHub
parent 1ab303bce7
commit d9dd37b867
2 changed files with 55 additions and 25 deletions

View File

@@ -171,17 +171,17 @@ removepath
.. code-block:: none
[p]removepath <path_number>
[p]removepath <path_numbers...>
**Description**
Removes a path from the list of available paths. Its cogs won't be accessible
anymore.
Removes one or more paths from the list of available paths. Its cogs won't be
accessible anymore.
**Arguments**
* ``<path_number>``: The number of the path to remove. You can get it with
the :ref:`paths <cogmanagerui>` command.
* ``<path_numbers>``: The number of the path(s) to remove. You can get it with
the :ref:`paths <cogmanagerui-command-paths>` command.
.. _cogmanagerui-command-reorderpath: