Update docs

- Remove and fix content with wrong links.
- Relates #433
This commit is contained in:
Janne Valkealahti
2022-06-14 20:01:52 +01:00
parent 39c01fe00b
commit 189794b0ef
3 changed files with 1 additions and 16 deletions

View File

@@ -1,11 +1,6 @@
[[built-in-commands]]
==== Built-In Commands
Any application built by using the `{starter-artifactId}` artifact
(which equates to the `spring-shell-standard-commands` dependency) comes with a set of built-in commands.
You can override or disable these commands individually (see <<overriding-or-disabling-built-in-commands>>).
However, if they are not overridden or disabled, this section describes their behavior.
[[help-command]]
===== Help
@@ -92,7 +87,7 @@ in the top left corner.
The `quit` command (also aliased as `exit`) requests the shell to quit, gracefully
closing the Spring application context. If not overridden, a JLine `History` bean writes a history of all
commands to disk, so that they are available again (see <<interacting-with-the-shell>>) on the next launch.
commands to disk, so that they are available again on the next launch.
===== Stacktrace

View File

@@ -3,6 +3,4 @@
This section describes how you can customize the shell.
include::using-shell-customization-generic.adoc[]
include::using-shell-customization-styling.adoc[]

View File

@@ -26,11 +26,3 @@ The following constraints were not met:
--password string : size must be between 8 and 40 (You passed 'hello')
----
====
[NOTE]
.Applies to All Command Implementations
====
It is important to note that bean validation applies to all command implementations,
whether they use the "`standard`" API or any other API, through the use of an adapter
(see <<support-for-shell-1-and-jcommander,Supporting Other APIs>>).
====