Correct commands.

This commit is contained in:
Olivia Brooks
2026-01-27 06:15:03 -05:00
parent b5c4f61c8a
commit 3db0f53943

View File

@@ -34,11 +34,11 @@ raven run main.Main
## Future plans ## Future plans
- [ ] Make `nest run` fall back to an entry point specified in Nest.toml, when - [ ] Make `raven run` fall back to an entry point specified in Nest.toml, when
none provided. none provided.
- [ ] Fix project structure, eliminate inter-dependencies. - [ ] Fix project structure, eliminate inter-dependencies.
- [ ] Separate out `java.rs` into a dedicated wrapper library. - [ ] Separate out `java.rs` into a dedicated wrapper library.
- [ ] Possibly add support for pulling remote packages via `nest add`. This - [ ] Possibly add support for pulling remote packages via `raven add`. This
will be implemented should there arise a need. will be implemented should there arise a need.
- [ ] Wrap errors properly, instead of hap-hazardly using `anyhow` - [ ] Wrap errors properly, instead of hap-hazardly using `anyhow`
- [ ] Maybe proper logging? - [ ] Maybe proper logging?