Files
aiken/crates/aiken
Pi Lanningham 689a41ded4 Implement a basic watch command
This adds the following command
```
aiken watch
```

There are some open questions to answer, though:
- I really like the ergonomics of `aiken watch`; but it also makes sense
  as a flag to `aiken check` or `aiken build` etc.; should we just
  support the flag, the command, or both?
- Right now I duplicated the with_project method, because it forces
  process::exit(1); Should we refactor this, and if so, how?
- Are there other configuration options we want?
2023-11-24 08:37:53 +01:00
..
2023-11-24 08:37:53 +01:00
2023-11-24 08:37:53 +01:00

CLI

This is the crate that contains the aiken command line application which bundles together all the other crates in this project.

Install

cargo install aiken