mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +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
|
from devlib.utils.misc import escape_double_quotes
|
||||||
|
|
||||||
|
|
||||||
class ShowCommand(Command):
|
class ShowCommand(Command):
|
||||||
|
|
||||||
name = 'show'
|
name = 'show'
|
||||||
@ -107,6 +108,7 @@ def get_rst_from_target(target):
|
|||||||
text += '.. Note: For available runtime parameters please see the documentation'
|
text += '.. Note: For available runtime parameters please see the documentation'
|
||||||
return text + '\n'
|
return text + '\n'
|
||||||
|
|
||||||
|
|
||||||
def get_rst_for_global_config():
|
def get_rst_for_global_config():
|
||||||
text = underline('Global Configuration')
|
text = underline('Global Configuration')
|
||||||
text += 'These parameters control the behaviour of WA/run as a whole, they ' \
|
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)
|
text += get_params_rst(cfg_points)
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|
||||||
def get_rst_for_envars():
|
def get_rst_for_envars():
|
||||||
text = underline('Environment Variables')
|
text = underline('Environment Variables')
|
||||||
text += '''WA_USER_DIRECTORY: str
|
text += '''WA_USER_DIRECTORY: str
|
||||||
|
Loading…
x
Reference in New Issue
Block a user