yes! we've built wundrbar to be intuitive, precisely because it's annoying to need a man page every time we use a new command. wundrbar aims to capture the power and simplicity of a traditional command line (including the ability script and pipe) and to throw in some magic dust so that you don't have to remember the exact command name or what order the parameters come in.
for example, imagine sending money with paypal from the traditional command line. there are two pieces of information, a number (amount of money) and an email. well, in a traditional command, you would have to enter those parameters in a fixed order, or add a flag so the command read 'paypal -to joe@example.com -amount 5'. but really, a number and an email look quite different, and the command should be able to figure out which is which, right? that's what wundrbar does. so 'paypal joe@example.com 5' or 'paypal 5 joe@example.com', both are good.
for example, imagine sending money with paypal from the traditional command line. there are two pieces of information, a number (amount of money) and an email. well, in a traditional command, you would have to enter those parameters in a fixed order, or add a flag so the command read 'paypal -to joe@example.com -amount 5'. but really, a number and an email look quite different, and the command should be able to figure out which is which, right? that's what wundrbar does. so 'paypal joe@example.com 5' or 'paypal 5 joe@example.com', both are good.