root
root
API
org.encalmo.utils
CommandLineUtils
ConsoleUtils
root
/
org.encalmo.utils
/
CommandLineUtils
CommandLineUtils
org.encalmo.utils.CommandLineUtils
object
CommandLineUtils
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
CommandLineUtils
.
type
Members list
Clear all
Value members
Concrete methods
inline
def
optionalScriptFlag
(
shortName
:
Char
,
longName
:
String
)(
args
:
Array
[
String
]):
Boolean
inline
def
optionalScriptFlag
(
longName
:
String
)(
args
:
Array
[
String
]):
Boolean
def
optionalScriptParameter
(
shortName
:
Char
,
longName
:
String
)(
args
:
Array
[
String
]):
Option
[
String
]
def
optionalScriptParameter
(
longName
:
String
)(
args
:
Array
[
String
]):
Option
[
String
]
def
requiredScriptParameter
(
shortName
:
Char
,
longName
:
String
)(
args
:
Array
[
String
]):
String
def
requiredScriptParameter
(
longName
:
String
)(
args
:
Array
[
String
]):
String
In this article
Attributes
Members list
Value members
Concrete methods