roc/crates/cli
Brendan Hansknecht ccb434bae1
Update cli_run cli_args test
Note: this answer is less correct,
but that is because zigs sub answers are more correct.

Zig specifically gives a more accurate answer for Num.log 3.
old answer:     1.0986122886681098
zig's answer:   1.0986122886681096
correct answer: 1.098612288668109691395

Both answers are technically correct when limited to doubles.
Zig's answer is closer to truly correct.
That said, the more correct answer leads to a slight rounding error in the final division.
So the new output is 4.000000000000001 instead of 4.0
2023-05-31 22:15:05 -07:00
..
benches Add language to all fenced code blocks 2022-09-09 01:12:31 -06:00
src Only suggest subcommands if not a .roc path 2023-05-27 11:25:55 -04:00
tests Update cli_run cli_args test 2023-05-31 22:15:05 -07:00
build.rs default.nix fixes for macos arm64 2022-08-05 13:31:52 +02:00
Cargo.toml Improve error message for subcommand typo to include command suggestion 2023-05-26 10:00:30 -04:00