Flag

works.scala.cmd.Flag$
See theFlag companion trait
object Flag

Attributes

Companion:
trait
Source:
Flag.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Flag.type

Members list

Concise view

Value members

Concrete methods

def hasUnrecognizedFlag(args: Array[String], flags: Seq[Flag[_]]): Boolean

A helper method to check if the app input has unrecognized flags.

A helper method to check if the app input has unrecognized flags.

Attributes

Source:
Flag.scala
def stripFlags(args: Array[String], flags: Seq[Flag[_]]): Array[String]

Strip the given flags from the given arguments.

Strip the given flags from the given arguments.

Attributes

Source:
Flag.scala