Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 5b3c051

Browse files
committed
Update command docs
1 parent dda8a31 commit 5b3c051

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

docs/modules/ROOT/pages/commands/guide-apply.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ guide apply
88
====
99
[source]
1010
----
11-
guide apply --file String --path String --help
11+
guide apply --file String --path String --lsp-edit boolean --help
1212
----
1313
====
1414

@@ -17,6 +17,8 @@ guide apply --file String --path String --help
1717

1818
`--path` String Path on which to run the command. Most of the time, you can not specify the path and use the default value, which is the current working directory. *Optional*
1919

20+
`--lsp-edit` boolean LSP Edit Json is produced to be applied by an IDE or Language Server. *Optional, default = false*
21+
2022
`--help or -h` help for guide apply *Optional*
2123

2224

docs/modules/ROOT/pages/commands/project-catalog-list-available.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ project-catalog list-available
88
====
99
[source]
1010
----
11-
project-catalog list-available --help
11+
project-catalog list-available --json boolean --help
1212
----
1313
====
1414

1515
== OPTIONS
16+
`--json` boolean JSON format output *Optional, default = false*
17+
1618
`--help or -h` help for project-catalog list-available *Optional*
1719

1820

docs/modules/ROOT/pages/commands/project-catalog-list.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ project-catalog list
88
====
99
[source]
1010
----
11-
project-catalog list --help
11+
project-catalog list --json boolean --help
1212
----
1313
====
1414

1515
== OPTIONS
16+
`--json` boolean JSON format output *Optional, default = false*
17+
1618
`--help or -h` help for project-catalog list *Optional*
1719

1820

docs/modules/ROOT/pages/commands/project-list.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ project list
88
====
99
[source]
1010
----
11-
project list --help
11+
project list --json boolean --help
1212
----
1313
====
1414

1515
== OPTIONS
16+
`--json` boolean JSON format output *Optional, default = false*
17+
1618
`--help or -h` help for project list *Optional*
1719

1820

0 commit comments

Comments
 (0)