mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
.. | ||
commands | ||
errors | ||
package | ||
span | ||
tests | ||
api.rs | ||
config.rs | ||
context.rs | ||
lib.rs | ||
logger.rs | ||
main.rs | ||
README.md | ||
updater.rs |
Overview
This directory contains the source code for the Leo command line interface.
For a comprehensive list of commands and usage see the developer documentation.
The leo-errors
and leo-package
modules are also included in this directory for convenience.
However, they are also used throughout the compiler/
directory and leo-compiler
module.