`cmd` is the command line to be translated. May be a single string or an array of strings.
`map` is either an [OS identifier](system.md) (e.g. "windows") to use one of Premake's built-in token mappings, or a table containing a custom mapping. If omitted, the currently targeted OS identifier will be used.
### Return Value ###
A new command line string with all command tokens replaced.