doc: Manual about env.{describe,module_read} #165

Merged
aniva merged 1 commits from env/module into dev 2025-01-26 22:04:29 -08:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 003a63bd13 - Show all commits

View File

@ -13,6 +13,8 @@ See `Pantograph/Protocol.lean` for a description of the parameters and return va
only the values of definitions are printed.
* `env.save { "path": <fileName> }`, `env.load { "path": <fileName> }`: Save/Load the
current environment to/from a file
* `env.module_read { "module": <name }`: Reads a list of symbols from a module
* `env.describe {}`: Describes the imports and modules in the current environment
* `options.set { key: value, ... }`: Set one or more options (not Lean options; those
have to be set via command line arguments.), for options, see `Pantograph/Protocol.lean`