Skip to content

Commit

Permalink
Allow s to kick off start command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Oct 9, 2021
1 parent 1d3628a commit 1cc9a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridgetown-core/lib/bridgetown-core/commands/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class << self
def find_command_possibilities(subcommand)
if subcommand == "c"
["console"]
elsif subcommand == "s"
["start"]
else
super
end
Expand Down

0 comments on commit 1cc9a21

Please sign in to comment.