diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 28d3d9361..e25f34873 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -88,4 +88,6 @@ EX: go run . something --color= #### Bonus -###### +Can you use different notations for the `--color` flag? Examples: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +##### Try to use different `--color` flag notations like: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`. + +###### Is it possible to use 2 or more color flag notations?