mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-12 22:55:12 +08:00
38 lines
758 B
Markdown
38 lines
758 B
Markdown
# Command Line Interface
|
|
|
|
This page contains an exhaustive list of all the commands available with `manim-slides`.
|
|
|
|
|
|
```{eval-rst}
|
|
.. click:: manim_slides.cli.commands:main
|
|
:prog: manim-slides
|
|
:nested: full
|
|
```
|
|
|
|
## All config options
|
|
|
|
Each converter has its own configuration options, which are listed below.
|
|
|
|
::::{dropdown} HTML
|
|
```{program-output} manim-slides convert --to=html --show-config
|
|
```
|
|
::::
|
|
|
|
::::{dropdown} Zip
|
|
:::{note}
|
|
The Zip converter inherits from the HTML converter.
|
|
:::
|
|
```{program-output} manim-slides convert --to=zip --show-config
|
|
```
|
|
::::
|
|
|
|
::::{dropdown} PDF
|
|
```{program-output} manim-slides convert --to=pdf --show-config
|
|
```
|
|
::::
|
|
|
|
::::{dropdown} HTML
|
|
```{program-output} manim-slides convert --to=pdf --show-config
|
|
```
|
|
::::
|