@@ -0,0 +1,7 @@
package com.infendro.cli.exception.run
class ArgumentCountException(
val argument: String,
val min: Int,
val max: Int,
) : Exception()
The note is not visible to the blocked user.