0.9.104: Implement `nelson stacks list -u` (#30)
* Implement `nelson stacks list -u` The arg for this was implemented but wasn't actually plumbed through to the API call. This PR plumbs it through, and also tidies a few minor things up. I've tested it against a Nelson cluster. * build query string using url.Values instead