Skip to content

Commit

Permalink
update input options (#10)
Browse files Browse the repository at this point in the history
* restructure docs

* update doc

* update requirements, make output optional arg

* fix formatting

* update input options
  • Loading branch information
iulusoy authored Jul 27, 2022
1 parent 88cfb3b commit b09851e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ The program options can be displayed by running
This will return the possible input options and type of parameters.

For example, to calculate the side length of a square with the same area as a circle of radius r, you would run
`python ./src/main.py square -r 4`
`python ./src/main.py -o square -r 4`

For the side length of a pentagon, you would provide
`python ./src/main.py square -r 4`
`python ./src/main.py -o pentagon -r 4`

The program will then return the side length of the selected object.

0 comments on commit b09851e

Please sign in to comment.