leo/leo
2022-03-07 12:19:09 -08:00
..
commands create folder for unused cli commands 2022-02-22 15:40:59 -08:00
errors add tests 2022-03-04 10:26:34 -08:00
package restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
span Merge branch 'testnet3' of github.com:AleoHQ/leo into bug/1618-span-content-discrep 2022-02-28 13:56:05 -08:00
tests fix leo clippy 2022-02-16 10:22:15 -08:00
api.rs merge master, fix tests 2021-08-04 17:30:54 -07:00
config.rs cleanup courtesy of clippy 2021-09-23 17:06:48 +02:00
context.rs Merge branch 'master' into leo-manifest-dependencies 2021-08-19 18:04:05 +03:00
lib.rs circleci updated rust version 2021-08-13 10:48:38 -07:00
logger.rs clippy 2022-01-17 16:30:08 -08:00
main.rs fix leo clippy 2022-02-16 10:22:15 -08:00
README.md restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
updater.rs clippy fix, tyring to debug cli upadte on osx 2021-08-13 11:35:48 -07:00

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.