Skip to content

Commit

Permalink
chore(release): 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 18, 2019
1 parent f177afa commit a0141df
Show file tree
Hide file tree
Showing 41 changed files with 3,247 additions and 97 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

57 changes: 43 additions & 14 deletions docs/classes/_src_basecommand_index_.basecommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ <h3>Constructors</h3>
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_src_basecommand_index_.basecommand.html#generator" class="tsd-kind-icon">generator</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_src_basecommand_index_.basecommand.html#logger" class="tsd-kind-icon">logger</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_src_basecommand_index_.basecommand.html#parsed" class="tsd-kind-icon">parsed</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_src_basecommand_index_.basecommand.html#prompt" class="tsd-kind-icon">prompt</a></li>
Expand Down Expand Up @@ -139,7 +140,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L19">src/BaseCommand/index.ts:19</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L21">src/BaseCommand/index.ts:21</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -161,14 +162,30 @@ <h4 class="tsd-returns-title">Returns <a href="_src_basecommand_index_.basecomma
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="generator" class="tsd-anchor"></a>
<h3>generator</h3>
<div class="tsd-signature tsd-kind-icon">generator<span class="tsd-signature-symbol">:</span> <a href="_src_generator_index_.generator.html" class="tsd-signature-type">Generator</a><span class="tsd-signature-symbol"> =&nbsp;new Generator()</span></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_src_contracts_index_.commandcontract.html">CommandContract</a>.<a href="../interfaces/_src_contracts_index_.commandcontract.html#generator">generator</a></p>
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L106">src/BaseCommand/index.ts:106</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Generator instance to generate entity files</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="logger" class="tsd-anchor"></a>
<h3>logger</h3>
<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Logger</span><span class="tsd-signature-symbol"> =&nbsp;new Logger({ fake: this.rawMode })</span></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_src_contracts_index_.commandcontract.html">CommandContract</a>.<a href="../interfaces/_src_contracts_index_.commandcontract.html#logger">logger</a></p>
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L99">src/BaseCommand/index.ts:99</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L101">src/BaseCommand/index.ts:101</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -184,7 +201,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> parsed</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_src_contracts_index_.commandcontract.html">CommandContract</a>.<a href="../interfaces/_src_contracts_index_.commandcontract.html#parsed">parsed</a></p>
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L89">src/BaseCommand/index.ts:89</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L91">src/BaseCommand/index.ts:91</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -201,7 +218,7 @@ <h3>prompt</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_src_contracts_index_.commandcontract.html">CommandContract</a>.<a href="../interfaces/_src_contracts_index_.commandcontract.html#prompt">prompt</a></p>
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L94">src/BaseCommand/index.ts:94</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L96">src/BaseCommand/index.ts:96</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -216,7 +233,7 @@ <h3>raw<wbr>Mode</h3>
<div class="tsd-signature tsd-kind-icon">raw<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L24">src/BaseCommand/index.ts:24</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L26">src/BaseCommand/index.ts:26</a></li>
</ul>
</aside>
</section>
Expand All @@ -226,7 +243,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> args</h3>
<div class="tsd-signature tsd-kind-icon">args<span class="tsd-signature-symbol">:</span> <a href="../modules/_src_contracts_index_.html#commandarg" class="tsd-signature-type">CommandArg</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L30">src/BaseCommand/index.ts:30</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L32">src/BaseCommand/index.ts:32</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -241,7 +258,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> booted</h3>
<div class="tsd-signature tsd-kind-icon">booted<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L83">src/BaseCommand/index.ts:83</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L85">src/BaseCommand/index.ts:85</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -256,7 +273,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> command<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">command<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L40">src/BaseCommand/index.ts:40</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L42">src/BaseCommand/index.ts:42</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -271,7 +288,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> description</h3>
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L46">src/BaseCommand/index.ts:46</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L48">src/BaseCommand/index.ts:48</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -287,7 +304,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> flags</h3>
<div class="tsd-signature tsd-kind-icon">flags<span class="tsd-signature-symbol">:</span> <a href="../modules/_src_contracts_index_.html#commandflag" class="tsd-signature-type">CommandFlag</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L35">src/BaseCommand/index.ts:35</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L37">src/BaseCommand/index.ts:37</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -302,7 +319,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> settings</h3>
<div class="tsd-signature tsd-kind-icon">settings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L53">src/BaseCommand/index.ts:53</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L55">src/BaseCommand/index.ts:55</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -326,7 +343,7 @@ <h3>colors</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L107">src/BaseCommand/index.ts:107</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L114">src/BaseCommand/index.ts:114</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -358,7 +375,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> handle</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_src_contracts_index_.commandcontract.html">CommandContract</a>.<a href="../interfaces/_src_contracts_index_.commandcontract.html#handle">handle</a></p>
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L114">src/BaseCommand/index.ts:114</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L121">src/BaseCommand/index.ts:121</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -386,7 +403,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> boot</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/BaseCommand/index.ts#L58">src/BaseCommand/index.ts:58</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/BaseCommand/index.ts#L60">src/BaseCommand/index.ts:60</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -433,6 +450,15 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-external-module">
<a href="../modules/_src_exceptions_missingcommandargument_.html">"src/<wbr>Exceptions/<wbr>Missing<wbr>Command<wbr>Argument"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_file_.html">"src/<wbr>Generator/<wbr>File"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_stringtransformer_.html">"src/<wbr>Generator/<wbr>String<wbr>Transformer"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_index_.html">"src/<wbr>Generator/index"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_hooks_index_.html">"src/<wbr>Hooks/index"</a>
</li>
Expand Down Expand Up @@ -469,6 +495,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<a href="_src_basecommand_index_.basecommand.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="_src_basecommand_index_.basecommand.html#generator" class="tsd-kind-icon">generator</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="_src_basecommand_index_.basecommand.html#logger" class="tsd-kind-icon">logger</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> invalid<wbr>Manifest<wbr>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/CommandValidationException.ts#L17">src/Exceptions/CommandValidationException.ts:17</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/CommandValidationException.ts#L17">src/Exceptions/CommandValidationException.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -247,7 +247,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> invalid<wbr>Optional<wbr>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/CommandValidationException.ts#L29">src/Exceptions/CommandValidationException.ts:29</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/CommandValidationException.ts#L29">src/Exceptions/CommandValidationException.ts:29</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -273,7 +273,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> invalid<wbr>Spread<wbr>Ar
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/CommandValidationException.ts#L25">src/Exceptions/CommandValidationException.ts:25</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/CommandValidationException.ts#L25">src/Exceptions/CommandValidationException.ts:25</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -296,7 +296,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> missing<wbr>Command<wbr>N
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/CommandValidationException.ts#L21">src/Exceptions/CommandValidationException.ts:21</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/CommandValidationException.ts#L21">src/Exceptions/CommandValidationException.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -344,6 +344,15 @@ <h4 class="tsd-returns-title">Returns <a href="_src_exceptions_commandvalidation
<li class=" tsd-kind-external-module">
<a href="../modules/_src_exceptions_missingcommandargument_.html">"src/<wbr>Exceptions/<wbr>Missing<wbr>Command<wbr>Argument"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_file_.html">"src/<wbr>Generator/<wbr>File"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_stringtransformer_.html">"src/<wbr>Generator/<wbr>String<wbr>Transformer"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_index_.html">"src/<wbr>Generator/index"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_hooks_index_.html">"src/<wbr>Hooks/index"</a>
</li>
Expand Down
17 changes: 13 additions & 4 deletions docs/classes/_src_exceptions_invalidflagtype_.invalidflagtype.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>argument<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">argument<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/InvalidFlagType.ts#L18">src/Exceptions/InvalidFlagType.ts:18</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/InvalidFlagType.ts#L18">src/Exceptions/InvalidFlagType.ts:18</a></li>
</ul>
</aside>
</section>
Expand All @@ -179,7 +179,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> command</h3>
<div class="tsd-signature tsd-kind-icon">command<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_src_contracts_index_.commandconstructorcontract.html" class="tsd-signature-type">CommandConstructorContract</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/InvalidFlagType.ts#L17">src/Exceptions/InvalidFlagType.ts:17</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/InvalidFlagType.ts#L17">src/Exceptions/InvalidFlagType.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -189,7 +189,7 @@ <h3>excepted<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">excepted<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/InvalidFlagType.ts#L19">src/Exceptions/InvalidFlagType.ts:19</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/InvalidFlagType.ts#L19">src/Exceptions/InvalidFlagType.ts:19</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> invoke</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/1755a5a/src/Exceptions/InvalidFlagType.ts#L24">src/Exceptions/InvalidFlagType.ts:24</a></li>
<li>Defined in <a href="https://github.com/adonisjs/ace/blob/f177afa/src/Exceptions/InvalidFlagType.ts#L24">src/Exceptions/InvalidFlagType.ts:24</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -312,6 +312,15 @@ <h4 class="tsd-returns-title">Returns <a href="_src_exceptions_invalidflagtype_.
<li class=" tsd-kind-external-module">
<a href="../modules/_src_exceptions_missingcommandargument_.html">"src/<wbr>Exceptions/<wbr>Missing<wbr>Command<wbr>Argument"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_file_.html">"src/<wbr>Generator/<wbr>File"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_stringtransformer_.html">"src/<wbr>Generator/<wbr>String<wbr>Transformer"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_generator_index_.html">"src/<wbr>Generator/index"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_src_hooks_index_.html">"src/<wbr>Hooks/index"</a>
</li>
Expand Down
Loading

0 comments on commit a0141df

Please sign in to comment.