from github to this gitea
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
up:: [[manim]]
|
||||
title:: `manim cfg write default -l cwd`
|
||||
#informatique/python
|
||||
|
||||
---
|
||||
|
||||
|
||||
```
|
||||
manim cfg write default -l cwd
|
||||
```
|
||||
- écrire le fichier dans le dossier actuel (`-l cwd` pour "location : current working directory")
|
||||
- écrire les paramètres par défaut (`default`)
|
||||
|
||||
```
|
||||
manim cfg write -l cwd
|
||||
```
|
||||
- écrire le fichier dans le dossier actuel (`-l cwd` pour "location : current working directory")
|
||||
- prompt pour chaque valeur de configuration
|
||||
|
||||
Reference in New Issue
Block a user