run
¶
Functions:
Name | Description |
---|---|
command_line |
Get the command line representation of the arguments. |
ignore_default |
Convert the values of the dictionary to strings. |
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. |