-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix: Fix P2P collection CLI commands #1295
Conversation
08e5041
to
5511867
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1295 +/- ##
===========================================
+ Coverage 70.41% 70.44% +0.02%
===========================================
Files 184 184
Lines 17825 17825
===========================================
+ Hits 12552 12556 +4
+ Misses 4318 4315 -3
+ Partials 955 954 -1
|
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.
I wonder how that was missed... Really weird as I had tested it manually before. Thanks for fixing.
I wonder if the path was moved since and these lines were missed. |
5511867
to
14141a9
Compare
That could make sense as it was under a different command previously. |
To match what is present in the readme
To match what is present in the readme
To match what is present in the readme
14141a9
to
d33c207
Compare
* Configure add to be child of rpc To match what is present in the readme * Configure get to be child of rpc To match what is present in the readme * Configure remove to be child of rpc To match what is present in the readme
* Configure add to be child of rpc To match what is present in the readme * Configure get to be child of rpc To match what is present in the readme * Configure remove to be child of rpc To match what is present in the readme
Relevant issue(s)
Resolves #1294
Description
Fixes the P2P collection CLI commands which were previously bound as children of the replicator command. The readme and code suggests they should be children of the rpc command.