Skip to content

Commit ef7d97f

Browse files
committed
Move built-in commands from components to commands
- Relates #558
1 parent 2427ec3 commit ef7d97f

12 files changed

+20
-20
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[built-in-commands]]
2+
=== Built-In Commands
3+
4+
include::using-shell-commands-builtin-help.adoc[]
5+
6+
include::using-shell-commands-builtin-clear.adoc[]
7+
8+
include::using-shell-commands-builtin-exit.adoc[]
9+
10+
include::using-shell-commands-builtin-stacktrace.adoc[]
11+
12+
include::using-shell-commands-builtin-script.adoc[]
13+
14+
include::using-shell-commands-builtin-history.adoc[]
15+
16+
include::using-shell-commands-builtin-completion.adoc[]
17+
18+
include::using-shell-commands-builtin-version.adoc[]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ include::using-shell-commands-exceptionhandling.adoc[]
1616
include::using-shell-commands-hidden.adoc[]
1717

1818
include::using-shell-commands-interactionmode.adoc[]
19+
20+
include::using-shell-commands-builtin.adoc[]

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

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ you can re-use or extend for your own needs. Components in question are
66
either built-in _commands_ or UI side components providing higher level
77
features within commands itself.
88

9-
include::using-shell-components-builtin.adoc[]
10-
119
include::using-shell-components-flow.adoc[]
1210

1311
include::using-shell-components-ui.adoc[]

0 commit comments

Comments
 (0)