From 2885a809f6af681b472aa39dfba4656db89b392a Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Thu, 10 Dec 2020 11:11:04 +0100 Subject: [PATCH] Update documentation command list --- doc/source/commands.rst | 2 +- doc/source/commands.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 52ff7b7..7f08135 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -11,6 +11,6 @@ Get current available commands: print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()])) -List, last updated for v0.4.5: +List, last updated for v0.5.0: .. literalinclude:: commands.txt diff --git a/doc/source/commands.txt b/doc/source/commands.txt index d136555..c21bde5 100644 --- a/doc/source/commands.txt +++ b/doc/source/commands.txt @@ -106,10 +106,10 @@ kill -> None password -> fetch_nothing ping -> fetch_nothing tagtypes -> fetch_list -tagtypes disable: []... -> fetch_nothing -tagtypes enable: []... -> fetch_nothing -tagtypes clear: -> fetch_nothing -tagtypes all: -> fetch_nothing +tagtypes disable []... -> fetch_nothing +tagtypes enable []... -> fetch_nothing +tagtypes clear -> fetch_nothing +tagtypes all -> fetch_nothing == Partition Commands partition -> fetch_nothing -- 2.39.2