From 7a1d75aa3c9cbddb758333953f9fcc719f43e124 Mon Sep 17 00:00:00 2001 From: sigma67 Date: Sat, 8 Apr 2023 16:03:58 +0200 Subject: [PATCH] fix cli in readme --- README.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index aa6628c..86a13ac 100644 --- a/README.rst +++ b/README.rst @@ -90,16 +90,16 @@ To view subcommand help, run i.e. Available subcommands: -``` -positional arguments: - {setup,create,update,remove,all} - Provide a subcommand - setup Set up credentials - create Create a new playlist on YouTube Music. - update Delete all entries in the provided Google Play Music playlist and update the playlist with entries from the Spotify playlist. - remove Remove playlists with specified regex pattern. - all Transfer all public playlists of the specified user (Spotify User ID). - -options: - -h, --help show this help message and exit -``` +.. code-block:: + + positional arguments: + {setup,create,update,remove,all} + Provide a subcommand + setup Set up credentials + create Create a new playlist on YouTube Music. + update Delete all entries in the provided Google Play Music playlist and update the playlist with entries from the Spotify playlist. + remove Remove playlists with specified regex pattern. + all Transfer all public playlists of the specified user (Spotify User ID). + + options: + -h, --help show this help message and exit