The text-mode output formatter had branches for most `get` subcommand response shapes but was missing handlers for `boundingbox` and `styles`. Both commands fell through to the default "Done" message instead of printing the returned data. Closes #1231