Insert explicit ids for headers

This commit is contained in:
Rob Winch
2023-08-03 11:11:12 -05:00
parent 9b5ed3a9eb
commit f846e7ea07
17 changed files with 35 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
[[completion]]
== Completion
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
@@ -8,6 +9,7 @@ easier to provide more programmatic ways to provide completion hints.
When shell is purely run as a command-line tool a completion can only
be accomplished with integration into OS level shell's like _bash_.
[[interactive]]
=== Interactive
Hints for completions are calculated with _function_ or _interface_ style
@@ -58,6 +60,7 @@ include::{snippets}/CompletionSnippets.java[tag=anno-method]
----
====
[[command-line]]
=== Command-Line
Command-line completion currently only support _bash_ and is documented