X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fsource%2Fcommands.rst;h=e335013713c99287b3231d7fc166c6862050ef0a;hp=c11e5aa4c03c36b643a95892ec9b5e92c78b4b0b;hb=80fdad9f2cad5b3759351ab38bf32cad863cd3cb;hpb=e4003597f43ccb041f81827b56c082cf5554098d diff --git a/doc/source/commands.rst b/doc/source/commands.rst index c11e5aa..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.4.4: +List, last updated for v0.6.0: .. literalinclude:: commands.txt