« Module:LxTerm/doc » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 7 : | Ligne 7 : | ||
{{#invoke:LxTerm|singleCommand|user=root|text=test}} | {{#invoke:LxTerm|singleCommand|user=root|text=test}} | ||
<nowiki>{{#invoke:LxTerm|mulCommands|user=root|text=test}}</nowiki> | <nowiki>{{#invoke:LxTerm|mulCommands|user=root|text=test | ||
{{#invoke:LxTerm|mulCommands|user=root|text=test}} | test2}}</nowiki> | ||
{{#invoke:LxTerm|mulCommands|user=root|text=test | |||
test2}} | |||
<nowiki>{{#invoke:LxTerm|main|user=nobody|text=test2}}</nowiki> | <nowiki>{{#invoke:LxTerm|main|user=nobody|text=test2}}</nowiki> |
Version du 14 janvier 2023 à 18:46
Ce module implémente {{LxTerm}}, il met en forme les lignes de commande et ajoute les prompt.
{{LxTerm|user=root|text=test}}
[root@linux] # | test | dblclick to copy |
{{#invoke:LxTerm|singleCommand|user=root|text=test}}
[root@linux] # test |
test<a href="" id="test-btn">switch</a>
{{#invoke:LxTerm|mulCommands|user=root|text=test test2}}
1 | [root@linux] # test |
2 | [root@linux] # test2 |
{{#invoke:LxTerm|main|user=nobody|text=test2}}
[nobody@linux] $ | test2 | dblclick to copy |
{{#invoke:LxTerm|main|text=test3}}
[user@linux] $ | test3 | dblclick to copy |