ArgHelpers

scala.cli.util.ArgHelpers
object ArgHelpers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArgHelpers.type

Members list

Extensions

Extensions

extension (arg: Arg)
def isExperimental: Boolean
def isImportant: Boolean
def isMust: Boolean
def isRestricted: Boolean
def isSupported: Boolean
def level: SpecificationLevel
def powerOptionUsedInSip(optionName: String)(using ScalaCliInvokeData): String
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 withNamesLimit(namesLimit: Int): HelpFormat
def withPrimaryGroup(primaryGroup: HelpGroup): HelpFormat
def withPrimaryGroups(primaryGroups: Seq[HelpGroup]): HelpFormat
def withSortedCommandGroups(sortedGroups: Seq[HelpCommandGroup]): HelpFormat
def withSortedGroups(sortedGroups: Seq[HelpGroup]): HelpFormat