mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-10-19 22:30:20 +00:00
deploy: 8dd2e3f6f9
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="library-version">
|
||||
0.20.23 </div>
|
||||
0.20.24 </div>
|
||||
</div>
|
||||
<div class="filter-section" id="filter-section">
|
||||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":micro_utils.dokka:dokkaHtml/jvmMain">jvm</button>
|
||||
@@ -71,7 +71,7 @@
|
||||
<div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/jvmMain"><div class="symbol monospace"><span class="token keyword">suspend </span><span class="token keyword">fun </span><a href="main.html"><span class="token function">main</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">args<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a><span class="token operator"><</span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token operator">></span></span></span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//startup/launcher/src/jvmMain/kotlin/Main.kt#L43">source</a>)</span></span></div><p class="paragraph">It is expected, that <a href="main.html">args</a> will contain ONE argument with path to the config json. Sample of launching:</p><div class="sample-container"><pre><code class="block lang-bash" theme="idea">./gradlew run --args="sample.config.json"</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">Content of <code class="lang-kotlin">sample.config.json</code> described in <a href="-config/index.html">Config</a> KDocs.</p><p class="paragraph">You may build runnable app using:</p><div class="sample-container"><pre><code class="block lang-bash" theme="idea">./gradlew assembleDist</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">In that case in <code class="lang-kotlin">build/distributions</code> folder you will be able to find zip and tar files with all required tools for application running (via their <code class="lang-kotlin">bin/app_name</code> binary). In that case yoy will not need to pass <code class="lang-kotlin">--args=...</code> and launch will look like <code class="lang-kotlin">./bin/app_name sample.config.json</code></p><h2 class=""> Debug mode</h2><p class="paragraph">You may pass the second parameter, one of LogLevel enum variants to setup KSLog minimal logging level. Sample:</p><div class="sample-container"><pre><code class="block lang-bash" theme="idea">./gradlew run --args="sample.config.json DEBUG" // enable debugging output</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">OR</p><div class="sample-container"><pre><code class="block lang-bash" theme="idea">./gradlew run --args="sample.config.json WARNING" // enable logging since WARNING</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph"><strong>Default level is </strong><strong>LogLevel.INFO</strong></p></div> </div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
|
||||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
|
||||
class="pull-right"><span>Generated by </span><a
|
||||
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user