Skip to content

Commit

Permalink
added alias for export eject
Browse files Browse the repository at this point in the history
  • Loading branch information
ranm8 committed Jan 28, 2018
1 parent fe561e7 commit fb39aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/public-cmds/export-cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class Export extends Command {
alias = 'e';
opts = [
['f', 'forget', 'do not save to bit.json after export'],
['', 'eject', 'once the export is done, remove the exported components locally and install them by the NPM client']
['e', 'eject', 'once the export is done, remove the exported components locally and install them by the NPM client']
];
loader = true;
migration = true;
Expand Down

0 comments on commit fb39aa1

Please sign in to comment.