Skip to content

Commit

Permalink
Merge pull request #6 from bumble-tech/adding-new-console-commands
Browse files Browse the repository at this point in the history
Adding new console commands
  • Loading branch information
shcherbanich authored Sep 28, 2023
2 parents 7bfb363 + 319826d commit 708dd91
Show file tree
Hide file tree
Showing 13 changed files with 4,331 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/shared_c.cache

Large diffs are not rendered by default.

1,384 changes: 1,384 additions & 0 deletions docs/tech/classes/AddMissingDocBlocksCommand.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/tech/classes/App.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<embed> <a href="/docs/README.md">BumbleDocGen</a> <b>/</b> <a href="/docs/tech/readme.md">Technical description of the project</a> <b>/</b> <a href="/docs/tech/map.md">Class map</a> <b>/</b> App<hr> </embed>

<h1>
<a href="https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/Console/App.php#L13">App</a> class:
<a href="https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/Console/App.php#L19">App</a> class:
</h1>


Expand Down Expand Up @@ -107,7 +107,7 @@ class App extends \Symfony\Component\Console\Application implements \Symfony\Con
</li>
<li>
<a href="#mreset">reset</a>
</li>
- <i>This method is used to reset an object to its initial state.</i></li>
<li>
<a href="#mrun">run</a>
- <i>Runs the current application.</i></li>
Expand Down Expand Up @@ -156,7 +156,7 @@ class App extends \Symfony\Component\Console\Application implements \Symfony\Con
<ul>
<li><a name="m-construct" href="#m-construct">#</a>
<b>__construct</b>
<b>|</b> <a href="https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/Console/App.php#L15">source code</a></li>
<b>|</b> <a href="https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/Console/App.php#L21">source code</a></li>
</ul>

```php
Expand Down Expand Up @@ -999,7 +999,7 @@ public function renderThrowable(\Throwable $e, \Symfony\Component\Console\Output
public function reset(): mixed;
```


<blockquote>This method is used to reset an object to its initial state.</blockquote>

<b>Parameters:</b> not specified

Expand Down
2 changes: 1 addition & 1 deletion docs/tech/classes/BaseCommand.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<embed> <a href="/docs/README.md">BumbleDocGen</a> <b>/</b> <a href="/docs/tech/readme.md">Technical description of the project</a> <b>/</b> <a href="/docs/tech/map.md">Class map</a> <b>/</b> BaseCommand<hr> </embed>

<h1>
<a href="https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/Console/Command/BaseCommand.php#L15">BaseCommand</a> class:
<a href="https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/Console/Command/BaseCommand.php#L19">BaseCommand</a> class:
</h1>


Expand Down
Loading

0 comments on commit 708dd91

Please sign in to comment.