main
fun main( fileSystem: FileSystem, operatingSystem: OperatingSystem, args: Array<String>)
Content copied to clipboard
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
file System
the object that provides access to file system operations
operating System
the object that provides access to O.S. operations
args
the input from CLI execution arguments