Skip to content

Commit

Permalink
add missing alias for rt:property
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Apr 20, 2020
1 parent c6d9672 commit bbf6406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/runtime/property/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ IndexCommand.description = 'Execute property commands'

IndexCommand.aliases = [
'runtime:prop',
'rt:prop'
'rt:prop',
'rt:property'
]

module.exports = IndexCommand

0 comments on commit bbf6406

Please sign in to comment.