diff --git a/README.md b/README.md index a0d7b20..e75d277 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A Budding CLI Library! Inspired by: `Cobra`! +NOTE: This does not work on Mojo 24.2, you must use the nightly build for now. This will be resolved in the next Mojo release. + ## Usage WIP: Documentation, but you should be able to figure out how to use the library by looking at the examples and referencing the Cobra documentation. You should be able to build the package by running `mojo package prism -I .`. diff --git a/tests/test_flags.mojo b/tests/test_flags.mojo index 9b86232..664a45d 100644 --- a/tests/test_flags.mojo +++ b/tests/test_flags.mojo @@ -71,7 +71,7 @@ fn test_parse_shorthand_flag() raises: test.assert_equal(increment_by, 1) -fn main() raises: +fn main(): test_string_to_bool() test_string_to_float() test_get_flags()