 | | This program represents the argument-parsing section for a hypothetical graphics program that draws a circle, square, or triangle, as specified by the -c, -s, or -t arguments. The -f argument allows you to specify an output file; otherwise, the program writes to the standard output. The -o argument allows you to specify two options: solid, which indicates that the figure should be filled in instead of hollow, and color, which allows you to specify a color for the figure. | |
|