Simple CLI app build with Argument Parser for in-company presentation.
Keynote attached.
❯ swift run Dicer d10 d12
> 18
❯ swift run Dicer d10 d12 --repeat 2
> 16
> 8
❯ swift run Dicer d6 d6 d6 --show-separately
> 6
> 3
> 6
Simple CLI app build with Argument Parser for in-company presentation.
Keynote attached.
❯ swift run Dicer d10 d12
> 18
❯ swift run Dicer d10 d12 --repeat 2
> 16
> 8
❯ swift run Dicer d6 d6 d6 --show-separately
> 6
> 3
> 6