package com.infendro.cli.exception.run class ArgumentCountException( val argument: String, val min: Int, val max: Int, ) : Exception()