Closed shinypb closed 2 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:
revel new -a myapp
You can run it with: revel run -a myapp
This removes the space so the output looks like this:
Thanks @shinypb
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:This removes the space so the output looks like this: