-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement #140 and #169 #170
Implement #140 and #169 #170
Conversation
src/index.ts
Outdated
@@ -138,6 +139,14 @@ bundle | |||
.action(listBundle) | |||
.option('-a, --apikey <apikey>', 'apikey to link to your account'); | |||
|
|||
bundle | |||
.command('current [channel]') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we get the bundle of a channel, I would maybe add this command to channel instead
i believe a branch a bounty is better even for review. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/approve 140 |
@riderx: The claim has been successfully added to reward-all. You can visit your dashboard to complete the payment. |
/approve 169 |
@riderx: The claim has been successfully added to reward-all. You can visit your dashboard to complete the payment. |
The new commands are:
As for tests: If needed I can implement them later. @riderx let me know if you want tests for this.
Also my changes do not break any existing command. I checked, they are backward compatible
Here is a showcase of my changes:
/claim #140
/claim #169