Skip to content

Commit 3306d74

Browse files
authored
Fix styling for cli reference init (#1184)
1 parent 07ef620 commit 3306d74

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/reference/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Commands:
2323
format Format all models in a given directory.
2424
ide Start a browser-based SQLMesh IDE.
2525
info Print info.
26-
init Create a new SQLMesh repository.
26+
init Create a new SQLMesh repository with a default SQL dialect.
2727
migrate Migrate SQLMesh to the current running version.
2828
plan Plan a migration of the current context's...
2929
prompt Uses LLM to generate a SQL query from a prompt.
@@ -148,6 +148,7 @@ Options:
148148
```
149149

150150
## init
151+
```
151152
Usage: sqlmesh init [OPTIONS] SQL_DIALECT
152153
153154
Create a new SQLMesh repository with a default SQL dialect.
@@ -156,6 +157,7 @@ Options:
156157
-t, --template TEXT Project template. Support values: airflow, dbt,
157158
default.
158159
--help Show this message and exit.
160+
```
159161

160162
## migrate
161163
```

0 commit comments

Comments
 (0)