Skip to content

Commit

Permalink
Add -r as an alias to --reload
Browse files Browse the repository at this point in the history
  • Loading branch information
aisola committed May 8, 2018
1 parent 7163ab8 commit e55ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonite/commands/ServeCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ServeCommand(Command):
serve
{--port=8000 : Specify which port to run the server}
{--host=127.0.0.1 : Specify which ip address to run the server}
{--reload : Make the server automatically reload on file changes}
{--r|reload : Make the server automatically reload on file changes}
"""

def handle(self):
Expand Down

0 comments on commit e55ea19

Please sign in to comment.