Skip to content

Commit

Permalink
feat(cli): file is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed Aug 4, 2022
1 parent 32a282c commit c852d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amarna/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def main() -> int:
metavar="-f",
type=str,
help="the name of the .cairo file or directory with .cairo files to analyze",
nargs="?"
)

parser.add_argument("-p", "--print", action="store_true", help="print output")
Expand Down

0 comments on commit c852d0a

Please sign in to comment.