Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

adds an alias for rum -> run #17001

Merged
merged 1 commit into from Jun 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/config/cmd-list.js
Expand Up @@ -41,7 +41,8 @@ var affordances = {
'unlink': 'uninstall',
'remove': 'uninstall',
'rm': 'uninstall',
'r': 'uninstall'
'r': 'uninstall',
'rum': 'run'
}

// these are filenames in .
Expand Down