Revert "Convert docstrings to reStructuredText"
This reverts commit 3b1bd242d0.
This commit is contained in:
@@ -26,7 +26,8 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class BaseCommand():
|
||||
"""A base command class for whipper commands.
|
||||
"""
|
||||
A base command class for whipper commands.
|
||||
|
||||
Creates an argparse.ArgumentParser.
|
||||
Override add_arguments() and handle_arguments() to register
|
||||
@@ -45,7 +46,6 @@ class BaseCommand():
|
||||
arguments, the current options namespace, and the full command path
|
||||
name.
|
||||
"""
|
||||
|
||||
device_option = False
|
||||
no_add_help = False # for rip.main.Whipper
|
||||
formatter_class = argparse.RawDescriptionHelpFormatter
|
||||
|
||||
Reference in New Issue
Block a user