Skip to content

Commit

Permalink
Pass through the name of a plugin when loading it
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Sep 26, 2017
1 parent 98efa96 commit dc1c133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gluegun/src/domain/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ class Runtime {
commandDescriptionToken,
brand,
hidden: options['hidden'],
name: options['name'],
commandFilePattern: options['commandFilePattern'],
extensionFilePattern: options['extensionFilePattern']
})
Expand Down

0 comments on commit dc1c133

Please sign in to comment.