This commit is contained in:
InsanusMokrassar
2024-03-05 05:20:22 +00:00
parent 2952cb477d
commit 6f8a74a2a6
2998 changed files with 8581 additions and 8549 deletions

View File

@@ -68,7 +68,7 @@
</div>
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":micro_utils.dokka:dokkaHtml/jvmMain" data-filterable-set=":micro_utils.dokka:dokkaHtml/jvmMain" data-active="" data-toggle=":micro_utils.dokka:dokkaHtml/jvmMain">jvm</button></div>
<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">&lt;</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">&gt;</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=&quot;sample.config.json&quot;</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=&quot;sample.config.json DEBUG&quot; // 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=&quot;sample.config.json WARNING&quot; // 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 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">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token operator">&gt;</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=&quot;sample.config.json&quot;</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=&quot;sample.config.json DEBUG&quot; // 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=&quot;sample.config.json WARNING&quot; // 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>© 2024 Copyright</span><span