1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 11:58:55 +00:00

commands/show: add missing blank lines

This commit is contained in:
Sergei Trofimov 2018-05-23 14:41:30 +01:00 committed by Marc Bonnici
parent 2a2eafa282
commit 712e64458c

View File

@ -26,6 +26,7 @@ from wa.utils.misc import which
from devlib.utils.misc import escape_double_quotes
class ShowCommand(Command):
name = 'show'
@ -107,6 +108,7 @@ def get_rst_from_target(target):
text += '.. Note: For available runtime parameters please see the documentation'
return text + '\n'
def get_rst_for_global_config():
text = underline('Global Configuration')
text += 'These parameters control the behaviour of WA/run as a whole, they ' \
@ -117,6 +119,7 @@ def get_rst_for_global_config():
text += get_params_rst(cfg_points)
return text
def get_rst_for_envars():
text = underline('Environment Variables')
text += '''WA_USER_DIRECTORY: str