DDECmd icon indicating copy to clipboard operation
DDECmd copied to clipboard

provide support for multiple topics

Open grikag opened this issue 2 years ago • 1 comments

Current version can support only one topic, Would it be possible to add support for multiple topics ?

ERROR: The command line switch '-t' can only be specified once

grikag avatar Jul 14 '22 19:07 grikag

The problem is that it wouldn't know which items belong to which topics. I just tried specifying multiple links with --link and it doesn't support that either, which is how I would expect to handle this as it means you can also query different servers too, e.g.

> ddecmd request -l "x|y!z" -l "a|b!c" -l "x|m!n"

chrisoldwood avatar Jul 20 '22 10:07 chrisoldwood