ArgHelpers

scala.cli.util.ArgHelpers$
object ArgHelpers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Extensions

Extensions

extension (arg: Arg)
def isExperimental: Boolean
def isImportant: Boolean
def isMust: Boolean
def isRestricted: Boolean
def isSupported: Boolean
def level: SpecificationLevel
extension (helpFormat: HelpFormat)
def withHiddenGroup(hiddenGroup: HelpGroup): HelpFormat
def withHiddenGroupWhenShowHidden(hiddenGroup: HelpGroup): HelpFormat
def withHiddenGroups(hiddenGroups: Seq[HelpGroup]): HelpFormat
def withHiddenGroupsWhenShowHidden(hiddenGroups: Seq[HelpGroup]): HelpFormat
def withPrimaryGroup(primaryGroup: HelpGroup): HelpFormat
def withPrimaryGroups(primaryGroups: Seq[HelpGroup]): HelpFormat
def withSortedCommandGroups(sortedGroups: Seq[HelpCommandGroup]): HelpFormat
def withSortedGroups(sortedGroups: Seq[HelpGroup]): HelpFormat