Create basic CLI interface

As of now, it is possible to feed lang-evolve-cli a set of rules as a
file, as well as an input as a file too. A `--help` option is provided
as well through Clap.
This commit is contained in:
2020-07-12 13:06:28 +02:00
parent 2dec911b1e
commit fe6efa0b5c
4 changed files with 34 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ edition = "2018"
[dependencies]
lang-evolve-core = { path = "../lang-evolve-core"}
clap = "3.0.0-beta.1"