object DryRunOption extends CmdOption
Flag option to prevent the command to perform actual operation and instead forces it to report planned actions. It is useful for commands which perform some real world effects such as sending a transaction to the blockchain (see SendCmd).
The reported output of a command under this option depends on the command implementation. The commands that do real world changes are required to respect this option and guarantee that no-change execution when this option is included in command line.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DryRunOption
- CmdOption
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
cmdText: String
The text of the command line with the name of this option.
The text of the command line with the name of this option.
- Definition Classes
- CmdOption
-
val
description: String
- Definition Classes
- CmdOption
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
helpString: String
The string printed for this option in the Usage Help output.
The string printed for this option in the Usage Help output.
- Definition Classes
- CmdOption
-
val
isFlag: Boolean
- Definition Classes
- CmdOption
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- CmdOption
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )