Commit ca6a06b 1 parent 333d5f0 commit ca6a06b Copy full SHA for ca6a06b
File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,18 @@ commands. By default you will also have `clear` command that you can disable wi
247
247
option. There is also second default command which is exit, that appear only when you use
248
248
[ authentication] ( #??? ) or [ nested interpreters] ( #??? ) .
249
249
250
+
251
+ ## Chaining
252
+
253
+ Because jQuery Terminal use jQuery, you can use chaining of methods. Because most methods return terminal instance.
254
+
255
+ ``` javascript
256
+ term .echo (' This is' ).echo (' jQuery Terminal' );
257
+ ```
258
+
259
+ There are more terminal methods that you can use, check [ Terminal
260
+ Interpreter] ( /docs/deep-dive/termnal ) Guide, for more information.
261
+
250
262
## Demo
251
263
252
264
import CodePen from ' @site/src/CodePen' ;
@@ -255,7 +267,7 @@ import CodePen from '@site/src/CodePen';
255
267
256
268
## See also
257
269
258
- * [ What you can echo?] ( #??? )
259
- * [ Terminal Interpreter] ( #??? )
270
+ * [ What you can echo?] ( /docs/deep-divce/echo )
271
+ * [ Terminal Interpreter] ( /docs/deep-dive/termnal )
260
272
* [ All about completion] ( #??? )
261
- * [ Coloring the terminal] ( #??? )
273
+ * [ Coloring the terminal] ( /docs/deep-dive/formatters )
You can’t perform that action at this time.
0 commit comments