Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ASproson authored May 6, 2024
1 parent 2ee0039 commit 641d056
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@ Please clone the repo below:
When in the repo directory you can run the following commands on the test file:

> `python ccwc.py test.txt`
> `python ccwc.py test.txt -h`
> `python ccwc.py test.txt --help`
> `python ccwc.py test.txt -w`
> `python ccwc.py test.txt --words`
> `python ccwc.py test.txt -l`
> `python ccwc.py test.txt --lines`
> `python ccwc.py test.txt -m`
> `python ccwc.py test.txt --characters`
Alternatively you can pipe in a specific file to the script itself and make use of the same commands above:
Expand Down

0 comments on commit 641d056

Please sign in to comment.