te25son / Jokes

CLI app for jokes
0 stars 0 forks source link

Add random default type to get command #16

Closed te25son closed 2 years ago

te25son commented 2 years ago

The get command used SINGLE as its default. In order to get a TWOPART joke you had to manually add the option --type twopart.

Now the get command will choose a random type (either single or twopart) and return the result.