Skip to content

Commit 8fc7ce9

Browse files
committed
Docs update
1 parent f1047b8 commit 8fc7ce9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/command-grouping.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
Ella CLI provides a way by which commands can be grouped together.
3-
For instance, a `db` command may have sub-commands like `makemigrations`, `migrate` etc.
43

5-
To group a command, create a file `commands.py` in root project
4+
For instance, a `db` command may have sub-commands like `makemigrations`, `migrate`, `reset-db` etc.
5+
6+
To achieve this use-case, create a file `commands.py` in root project
67
```python
78
from ellar.commands import EllarTyper
89

docs/create-project-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ellar create-project my_new_project
77

88
will create a folder as follows:
99
```angular2html
10-
john_doe
10+
my_new_project
1111
├── apps
1212
| └── __init__.py
1313
├── core

0 commit comments

Comments
 (0)