]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/commands.rst
Update documentation
[python-musicpd.git] / doc / source / commands.rst
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
new file mode 100644 (file)
index 0000000..c11e5aa
--- /dev/null
@@ -0,0 +1,16 @@
+.. _commands:
+
+Available commands
+==================
+
+Get current available commands:
+
+.. code-block:: python
+
+   import musicpd
+   print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()]))
+
+
+List, last updated for v0.4.4:
+
+.. literalinclude:: commands.txt