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:
parent
2a2eafa282
commit
712e64458c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user