slimcoin-project / pacli

Simple CLI PeerAssets client (extended version).
GNU General Public License v3.0
0 stars 0 forks source link

config show with the -b flag #196

Open buhtignew opened 1 week ago

buhtignew commented 1 week ago

I've tested the config show with the -b flag both with the deck as with the address (like config show DTNewSpecv2 -b and config show mq1jZAiu8NoL3U3Ed7YiDdfjmY5t6Zphvq -b for instance) and I was wondering whether it would make sense to move this command into relative address cache and token cache commands with the -p (--placement or --position) flag. Or if (as proposed here) it's possible to move the -s flag into the -f flag for the address cache command then we can use the -s flag (as --state or -status) both for the address cache and token cache commands.

Another thing I've noticed is that it's possible to use the deck's label but not the address` label. Maybe we can add the address label usage as well?

d5000 commented 15 hours ago

I'll think about it. A -v - --view option of the cache commands comes into mind which would work without any flag renaming. My thought process is the following:

I'm currently leaning towards that change, that would also enable, as I wrote, your proposal to support address labels. I had also considered that option before, but I don't remind why I opted for the config show -b option instead.