HelpFormatWithOps

caseapp.core.Scala3Helpers.HelpFormatWithOps
final implicit class HelpFormatWithOps(helpFormat: HelpFormat) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def withCommandName(commandName: Attrs): HelpFormat
def withFilterArgs(filterArgs: Option[Arg => Boolean]): HelpFormat
def withFilterArgsWhenShowHidden(filterArgs: Option[Arg => Boolean]): HelpFormat
def withHidden(hidden: Attrs): HelpFormat
def withHiddenGroups(hiddenGroups: Option[Seq[String]]): HelpFormat
def withHiddenGroupsWhenShowHidden(hiddenGroups: Option[Seq[String]]): HelpFormat
def withNamesLimit(newNamesLimit: Option[Int]): HelpFormat
def withOption(option: Attrs): HelpFormat
def withProgName(progName: Attrs): HelpFormat
def withSortGroups(sortGroups: Option[(Seq[String]) => Seq[String]]): HelpFormat
def withSortedCommandGroups(newSortedCommandGroups: Option[Seq[String]]): HelpFormat
def withSortedGroups(sortedGroups: Option[Seq[String]]): HelpFormat