Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 482bdfc

Browse files
author
thomrick
committed
docs(cli) : add command aliases
1 parent 9d5932a commit 482bdfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/app/homepage/pages/cli/usages/usages.component.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ <h4>generate (alias g)</h4>
114114
$ nest generate service users</code>
115115
OR <code class="language-bash">
116116
$ nest g s users</code></pre>
117-
<h4>info</h4>
117+
<h4>info alias i</h4>
118118
<p>
119119
The
120120
<strong>info</strong> command will display your project information.
121121
</p>
122122
<pre><code class="language-bash">
123123
$ nest info
124-
_ _ _ ___ _____ _____ _ _____
124+
_ _ _ ___ _____ _____ _ _____
125125
| \ | | | | |_ |/ ___|/ __ \| | |_ _|
126126
| \| | ___ ___ | |_ | |\ `--. | / \/| | | |
127127
| . ` | / _ \/ __|| __| | | `--. \| | | | | |

0 commit comments

Comments
 (0)