ExParams
constructor(commandName: String = "", argString: String = "", input: String = "", args: MutableList<String>? = null, line: Int = 0, lineEnd: Int? = null, hasLineRange: Boolean = false, selectionLine: Int = 0, selectionLineEnd: Int? = null, setCfg: MutableMap<String, String>? = null, callback: () -> Unit? = null)