]> kaliko git repositories - python-musicpd.git/blob - doc/source/commands.rst
0d02402841bed366b59ecf1db829393ad9f1853a
[python-musicpd.git] / doc / source / commands.rst
1 .. _commands:
2
3 Available commands
4 ==================
5
6 Get current available commands:
7
8 .. code-block:: python
9
10    import musicpd
11    print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()]))
12
13
14 List, last updated for v0.6.0:
15
16 .. literalinclude:: commands.txt