CliOption

declslides.cli.CliOption
See theCliOption companion object
enum CliOption(val flag: String)

Supported command-line options understood by the CLI.

Using an enum keeps option handling explicit and avoids scattering raw flag strings across the parser.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Format extends CliOption

Output format label.

Output format label.

Attributes

case Input extends CliOption

Input script path.

Input script path.

Attributes

case Output extends CliOption

Output format label.

Output format label.

Attributes