Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrstmnn committed Feb 1, 2023
1 parent 21cf3f6 commit fcc0fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ A parser for command line arguments

- Install package: `nimble install`
- Add to dependencies: `requires "arguments_parser"`
- Add to code: `import arguments_parser`
- Add to code:
- `import arguments_parser`
- `let arguments = parseInput()`

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion arguments_parser.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.0"
version = "1.0.0"
author = "Michael Horstmann"
description = "A parser for command line arguments"
license = "MIT"
Expand Down

0 comments on commit fcc0fd6

Please sign in to comment.