Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty authored Apr 22, 2024
2 parents 0668d23 + 86793b6 commit 4ffd75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .`.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_flags.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4ffd75d

Please sign in to comment.