Invalid File Format
class InvalidFileFormat(filename: String, message: String, lineno: Int?, context: Context?) : UsageError
Content copied to clipboard
A configuration file failed to parse correctly
Constructors
Link copied to clipboard
fun InvalidFileFormat(filename: String, message: String, lineno: Int? = null, context: Context? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
The value to use as the exit code for the process. If you use CliktCommand.main, it will pass this value to exitProcess
after printing message. Defaults to 1.