![]() We rely on some errors to just bubble up and get printed. By matching on result at the top level like this we blocked some error messages from being able to be printed. For me this showed up when `cargo run -- new thing/thing` printed nothing even when there was an existing `thing` folder. It has already been the pattern for sometime for some subcommands to handle calling process::exit(1) in situations where it needs to handle error reporting more specially. It may seem lame, hacky, or repetitive but it's easy to maintain and read. |
||
---|---|---|
.github | ||
aikup | ||
crates | ||
examples | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
flake.lock | ||
flake.nix |
README.md
Installation
How to use
For more information please see the user manual.
Contributing
Want to contribute? See CONTRIBUTING.md to know how.
Note
The name comes from Howard Aiken, an American physicist and a pioneer in computing.