You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue requests to improve command-line interfaces by updating descriptions to have more contexts and providing more examples to make better developer-friendly environment. For example, NewUnstakeCmd accepts sdk.Coins type, and it only provides an example of a single coin. Developers who first read the description and the example won't know if it accepts multiple coins. It will be better to have an example of how to use multiple coins for the developers.
Proposal
We should add more examples on certain command-line interfaces to provide developer-friendly environment. Devs who first get to know about the farming module and play with it will be better off to know how to use each command if they have solid descriptions and more examples.
Tasks
Add NewUnstakeCmd() multiple coins example and add test case for it
Add NewStakeCmd() multiple coins example and add test case for it
Add NewHarvestCmd() more examples and add test cases for it
Summary
This issue requests to improve command-line interfaces by updating descriptions to have more contexts and providing more examples to make better developer-friendly environment. For example, NewUnstakeCmd accepts
sdk.Coins
type, and it only provides an example of a single coin. Developers who first read the description and the example won't know if it accepts multiple coins. It will be better to have an example of how to use multiple coins for the developers.Proposal
We should add more examples on certain command-line interfaces to provide developer-friendly environment. Devs who first get to know about the farming module and play with it will be better off to know how to use each command if they have solid descriptions and more examples.
Tasks
NewUnstakeCmd()
multiple coins example and add test case for itNewStakeCmd()
multiple coins example and add test case for itNewHarvestCmd()
more examples and add test cases for itNewAdvanceEpochCmd()
For Admin Use
The text was updated successfully, but these errors were encountered: