blob: 27d60b30a2912d79ecc1f21f82fa3d4369e62c57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>CommandLine.appendArgument - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">CommandLine</a> / <a href="./append-argument.html">appendArgument</a><br/>
<br/>
<h1>appendArgument</h1>
<a name="pl.treksoft.kvision.electron.CommandLine$appendArgument"></a>
<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">appendArgument</span><span class="symbol">: </span><span class="symbol">(</span><span class="identifier">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
</BODY>
</HTML>
|