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