soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

soroban-cli: --list prints out cli and duplicate names

Open leighmcculloch opened this issue 1 year ago • 0 comments
trafficstars

What version are you using?

7f8ad60b9921b43871b2a5ec7e4d9494b909446f

What did you do?

$ soroban --list

What did you expect to see?

A list of any plugins I have installed, where each is listed once. Or an empty list.

What did you see instead?

❯ soroban --list
Installed Plugins:
    cli
    cli

Discussions

It's odd that cli is included twice.

It's also odd that cli is included at all, since it isn't a plugin, it is the main tool.

leighmcculloch avatar Nov 25 '23 03:11 leighmcculloch