You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that there is an extra parameter to set the delimiter, I think it makes sense to keep the order of the output the same as the input functions. So in my example target-query $IMAGE -f architecture,ips,hostname -d ';' should always return <Target debian11.vmdk> x86_64-linux;['192.168.175.162'];osboxes and none of the other possibilities.
The text was updated successfully, but these errors were encountered:
The order of the output of target-query seems to be in random order. Three executions yield different results each time:
Given that there is an extra parameter to set the delimiter, I think it makes sense to keep the order of the output the same as the input functions. So in my example
target-query $IMAGE -f architecture,ips,hostname -d ';'
should always return<Target debian11.vmdk> x86_64-linux;['192.168.175.162'];osboxes
and none of the other possibilities.The text was updated successfully, but these errors were encountered: