CommandLineParser

Command-line parser.

It can't handle multiple commands separated with &, &&, |, || etc., so any multi-line batch file code should be previously split into individual commands.

See also

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Splits the receiver into individual arguments.

Functions

Link copied to clipboard
abstract operator fun invoke(p1: RawCommandLine): ParsedArgs