Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge branch '2.0.0' into 620-timeout_promise
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 authored Oct 1, 2018
2 parents ad430f7 + ec2f1af commit 6cd0396
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commands/copyright.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export default class CopyrightCommand extends BaseCommand {
}
}

CopyrightCommand.flags = {
...BaseCommand.flags,
};

CopyrightCommand.description = `
Displays copyright notice.
`;
Expand Down
4 changes: 4 additions & 0 deletions src/commands/warranty.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ export default class WarrantyCommand extends BaseCommand {
}
}

WarrantyCommand.flags = {
...BaseCommand.flags,
};

WarrantyCommand.description = `
Displays warranty notice.
`;
Expand Down

0 comments on commit 6cd0396

Please sign in to comment.