main

fun main(    fileSystem: FileSystem,     operatingSystem: OperatingSystem,     args: Array<String>)

The entrypoint for the execution

This is a factory for the instanciation of the CLI tool

See also

to understand the importance of that being the mother-exception

Parameters

fileSystem

the object that provides access to file system operations

operatingSystem

the object that provides access to O.S. operations

args

the input from CLI execution arguments