Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 17, 2024
1 parent d267c15 commit eea7621
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
39 changes: 0 additions & 39 deletions Manifest.toml

This file was deleted.

3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ version = "1.1.0"

[deps]
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.0"
OrderedCollections = "1.5"
julia = "1.0"
2 changes: 2 additions & 0 deletions src/SimpleArgParse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module SimpleArgParse

export ArgumentParser, add_argument, add_example, generate_usage, help, parse_args, get_value, set_value, has_key, get_key, colorize

import OrderedCollections: OrderedDict

### Data Structures ###

"Command-line argments."
Expand Down

0 comments on commit eea7621

Please sign in to comment.