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
def
execute
(
command
:
String
,
cwd
:
Path
,
showOutput
:
Boolean
):
Either
[
Iterable
[
String
],
Iterable
[
String
]]
def
executeCommandArray
(
commandArray
:
Array
[
String
],
cwd
:
Path
,
showOutput
:
Boolean
):
Either
[
Iterable
[
String
],
Iterable
[
String
]]
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
Extensions
Extensions
extension
[
L
,
R
](
e
:
Either
[
L
,
R
])
def
exitOfFailure
:
R
In this article
Attributes
Members list
Value members
Concrete methods
Extensions
Extensions