package com.infendro.cli.exception.run class UnknownCommandException( val command: String, ) : Exception()