ess.nmx.configurations.to_command_arguments#

ess.nmx.configurations.to_command_arguments(*, config, one_line=True, separator='\\\\\\n')[source]#

Convert the config to a list of command line arguments.

Parameters:

one_line (bool, default: True) – If True, return a single string with all arguments joined by spaces. If False, return a list of argument strings.

Return type:

list[str] | str