mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:22:10 +02:00
tlmgr-shell: add page (#6572)
This commit is contained in:
parent
c78e90ad76
commit
30a11ed2df
1 changed files with 36 additions and 0 deletions
36
pages/common/tlmgr-shell.md
Normal file
36
pages/common/tlmgr-shell.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# tlmgr shell
|
||||||
|
|
||||||
|
> Start an interactive shell of the native TeX Live manager.
|
||||||
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||||
|
|
||||||
|
- Start an interactive shell of `tlmgr`:
|
||||||
|
|
||||||
|
`tlmgr shell`
|
||||||
|
|
||||||
|
- Run any `tlmgr` sub-command in the interactive shell:
|
||||||
|
|
||||||
|
`{{sub_command}} {{arguments}}`
|
||||||
|
|
||||||
|
- Quit the interactive shell:
|
||||||
|
|
||||||
|
`quit`
|
||||||
|
|
||||||
|
- List all TeX Live variables:
|
||||||
|
|
||||||
|
`get`
|
||||||
|
|
||||||
|
- Get the value of a TeX Live variable:
|
||||||
|
|
||||||
|
`get {{variable}}`
|
||||||
|
|
||||||
|
- Set the value of a TeX Live variable:
|
||||||
|
|
||||||
|
`set {{variable}} {{value}}`
|
||||||
|
|
||||||
|
- Restart the interactive shell:
|
||||||
|
|
||||||
|
`restart`
|
||||||
|
|
||||||
|
- Print the version of the current protocoll:
|
||||||
|
|
||||||
|
`protocol`
|
Loading…
Add table
Reference in a new issue