X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fsource%2Fcommands.rst;h=e335013713c99287b3231d7fc166c6862050ef0a;hp=7f08135590e23ed540d5f9b7df8e4e35c3f86234;hb=80fdad9f2cad5b3759351ab38bf32cad863cd3cb;hpb=2885a809f6af681b472aa39dfba4656db89b392a diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 7f08135..e335013 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -1,3 +1,6 @@ +.. SPDX-FileCopyrightText: 2018-2021 kaliko +.. SPDX-License-Identifier: LGPL-3.0-or-later + .. _commands: Available commands @@ -11,6 +14,6 @@ Get current available commands: print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()])) -List, last updated for v0.5.0: +List, last updated for v0.6.0: .. literalinclude:: commands.txt