Lookig for older versions of the documentation, pre FAKE v6? See
v5.fake.build
Helper functions for proper command line parsing
fromWindowsCommandLine cmd
string
string[]
Read a windows command line string into its arguments
The command to construct
toLinuxShellCommandLine args
seq<string>
Escape the given argument list according to a unix shell (bash)
The arguments list
toWindowsCommandLine args
Convert the given argument list to a conforming windows command line string, escapes parameter in quotes if needed.