revel / cmd

Command line tools for Revel.
MIT License
62 stars 101 forks source link

Get rid of redundant space in the output of `revel new -a` #204

Closed shinypb closed 2 years ago

shinypb commented 3 years ago

This is a total nitpick PR, but hopefully such things are welcome from time to time. 😅

Currently, the output of revel new -a myapp includes a double space before the app name:

You can run it with:
   revel run -a  myapp

This removes the space so the output looks like this:

You can run it with:
   revel run -a myapp
notzippy commented 2 years ago

Thanks @shinypb