Compare commits

..

No commits in common. "4d295bd9ff04cbe27218f169ea0433eb2d4e8633" and "7d6ad1ebb9b71e75c6030da110ce784b9756d628" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ 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`