Companion

Provides a static method to create a CommandLine from a list of arguments. You cannot instantiate a CommandLine directly.

Properties

Link copied to clipboard

The name of "standard input". The string "-" is used to represent stdin.

Link copied to clipboard

The URI used to represent "standard output". Outputs are sent to URIs, generally file: URIs, this URI is magic and represents stdout.

Functions

Link copied to clipboard
fun parse(args: Array<out String>): CommandLine

Parse a list of arguments.