X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fcommands.rst;h=e335013713c99287b3231d7fc166c6862050ef0a;hb=HEAD;hp=eca6a3ac5b5f5efe41156c473f816e2ab733c366;hpb=57628d1d2e54b60c27ff5bcf60c6d17beeffc22c;p=python-musicpd.git diff --git a/doc/source/commands.rst b/doc/source/commands.rst index eca6a3a..95ae748 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -1,5 +1,5 @@ -.. SPDX-FileCopyrightText: 2018-2021 kaliko -.. SPDX-License-Identifier: GPL-3.0-or-later +.. SPDX-FileCopyrightText: 2018-2023 kaliko +.. SPDX-License-Identifier: LGPL-3.0-or-later .. _commands: @@ -13,7 +13,6 @@ Get current available commands: import musicpd print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()])) - -List, last updated for v0.6.0: +List, last updated for v0.8.0: .. literalinclude:: commands.txt