Cocona.Docs.Examples.Calc CLI
add
Arguments
➤
x
Int32
The first operand.
➤
y
Int32
The second operand.
calculate add
Add two numbers.
Arguments
➤
x
Int32
The first operand.
➤
y
Int32
The second operand.
calculate subtract
Subtract two numbers.
Arguments
➤
x
Int32
The first operand.
➤
y
Int32
The second operand.
Options
➤
reverse
<Boolean>
Default Value : False
Reverse operands' order.
docs
Arguments
➤
out_dir
String
Path to output directory.