Skip to content

run

command_line

command_line(args: list[str]) -> str

Get the command line representation of the arguments.

Parameters:

Name Type Description Default
args list[str]

The arguments to convert.

required

Returns:

Type Description
str

The command line representation of the arguments.

ignore_default

ignore_default(
    kwargs: dict[str, str | int | float | bool | Default]
) -> tuple[
    tuple[str, str | int | float | bool | LazyValue], ...
]

Convert the values of the dictionary to strings.