Use StringFlag
instead of StringSliceFlag
#841
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
StringSliceFlag
is not an user friendly option.You have to use it like
ipfs-cluster init --peers <multiaddress1> --peers <multiaddress2>
If you try
ipfs-cluster init --peers <multiaddress1>,<multiaddress2>
, it would assume<multiaddress1>,<multiaddress2>
to be the first entry in the string sliceUse
StringFlag
instead and split string with,
There are two occurrences of this flag https://github.com/ipfs/ipfs-cluster/search?q=StringSliceFlag&unscoped_q=StringSliceFlag
The text was updated successfully, but these errors were encountered: