From 0ec5795f821287d61208b988ce18d447808fa523 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Thu, 16 Mar 2023 22:48:15 -0700 Subject: [PATCH] Remove useless docstring --- rip/cli.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/rip/cli.py b/rip/cli.py index 161db8c..52e8e7f 100644 --- a/rip/cli.py +++ b/rip/cli.py @@ -397,21 +397,6 @@ class ConfigCommand(Command): flag=True, ), ] - """ - Manage the configuration file. - - config - {--o|open : Open the config file in the default application} - {--O|open-vim : Open the config file in (neo)vim} - {--d|directory : Open the directory that the config file is located in} - {--p|path : Show the config file's path} - {--qobuz : Set the credentials for Qobuz} - {--tidal : Log into Tidal} - {--deezer : Set the Deezer ARL} - {--music-app : Configure the config file for usage with the macOS Music App} - {--reset : Reset the config file} - {--update : Reset the config file, keeping the credentials} - """ _config: Config