Skip to content

Commit 189794b

Browse files
committed
Update docs
- Remove and fix content with wrong links. - Relates #433
1 parent 39c01fe commit 189794b

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

spring-shell-docs/src/main/asciidoc/using-shell-components-builtin.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
[[built-in-commands]]
22
==== Built-In Commands
33

4-
Any application built by using the `{starter-artifactId}` artifact
5-
(which equates to the `spring-shell-standard-commands` dependency) comes with a set of built-in commands.
6-
You can override or disable these commands individually (see <<overriding-or-disabling-built-in-commands>>).
7-
However, if they are not overridden or disabled, this section describes their behavior.
8-
94
[[help-command]]
105
===== Help
116

@@ -92,7 +87,7 @@ in the top left corner.
9287

9388
The `quit` command (also aliased as `exit`) requests the shell to quit, gracefully
9489
closing the Spring application context. If not overridden, a JLine `History` bean writes a history of all
95-
commands to disk, so that they are available again (see <<interacting-with-the-shell>>) on the next launch.
90+
commands to disk, so that they are available again on the next launch.
9691

9792
===== Stacktrace
9893

spring-shell-docs/src/main/asciidoc/using-shell-customization.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33

44
This section describes how you can customize the shell.
55

6-
include::using-shell-customization-generic.adoc[]
7-
86
include::using-shell-customization-styling.adoc[]

spring-shell-docs/src/main/asciidoc/using-shell-options-validation.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ The following constraints were not met:
2626
--password string : size must be between 8 and 40 (You passed 'hello')
2727
----
2828
====
29-
30-
[NOTE]
31-
.Applies to All Command Implementations
32-
====
33-
It is important to note that bean validation applies to all command implementations,
34-
whether they use the "`standard`" API or any other API, through the use of an adapter
35-
(see <<support-for-shell-1-and-jcommander,Supporting Other APIs>>).
36-
====

0 commit comments

Comments
 (0)