@@ -164,9 +164,9 @@ func newPoolsDiscoverCmd() *cobra.Command {
164164
165165func newPoolsInfoCmd () * cobra.Command {
166166 return & cobra.Command {
167- Use : "info <poolId>" ,
168- Short : "Get detailed information for a pool" ,
169- Args : cobra .ExactArgs (1 ),
167+ Use : "info <poolId>" ,
168+ Short : "Get detailed information for a pool" ,
169+ Args : cobra .ExactArgs (1 ),
170170 Example : ` lpagent pools info 2DeF1QHAQMpNXCGjcsm2pWw1V4KknGtwd2wEh2fTriKC` ,
171171 RunE : func (cmd * cobra.Command , args []string ) error {
172172 app := appctx .FromContext (cmd .Context ())
@@ -254,9 +254,9 @@ func newPoolsPositionsCmd() *cobra.Command {
254254
255255func newPoolsOnchainStatsCmd () * cobra.Command {
256256 return & cobra.Command {
257- Use : "onchain-stats <poolId>" ,
258- Short : "Get onchain statistics for a pool" ,
259- Args : cobra .ExactArgs (1 ),
257+ Use : "onchain-stats <poolId>" ,
258+ Short : "Get onchain statistics for a pool" ,
259+ Args : cobra .ExactArgs (1 ),
260260 Example : ` lpagent pools onchain-stats 2DeF1QHAQMpNXCGjcsm2pWw1V4KknGtwd2wEh2fTriKC` ,
261261 RunE : func (cmd * cobra.Command , args []string ) error {
262262 app := appctx .FromContext (cmd .Context ())
@@ -274,9 +274,9 @@ func newPoolsOnchainStatsCmd() *cobra.Command {
274274
275275func newPoolsTopLPersCmd () * cobra.Command {
276276 return & cobra.Command {
277- Use : "top-lpers <poolId>" ,
278- Short : "Get top liquidity providers for a pool" ,
279- Args : cobra .ExactArgs (1 ),
277+ Use : "top-lpers <poolId>" ,
278+ Short : "Get top liquidity providers for a pool" ,
279+ Args : cobra .ExactArgs (1 ),
280280 Example : ` lpagent pools top-lpers 2DeF1QHAQMpNXCGjcsm2pWw1V4KknGtwd2wEh2fTriKC -o table` ,
281281 RunE : func (cmd * cobra.Command , args []string ) error {
282282 app := appctx .FromContext (cmd .Context ())
0 commit comments