Skip to content

Commit

Permalink
Update commands within the list showing up 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Mar 11, 2019
1 parent 594e030 commit 0f378c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/commands/basic/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ let showTables = () => {
availableCommands.push({
'mevn version': 'Current CLI version'
}, {
'mevn run:server': 'To run server'
}, {
'mevn run:client': 'To run client'
'mevn serve': 'To launch client/server'
}, {
'mevn add:package': 'Add additional packages'
},{
Expand Down

0 comments on commit 0f378c0

Please sign in to comment.