Bigfix qna information type

Using the UNIX qna debugger tool, is there a way to get the information output (i.e. “I: singular string”) like you can do with the Fixlet Debugger by enabling the option View > Show Type Information.?

qna -help
   qna [-t] [-showtypes] [-o output-file name] [zero or more input-file names]
        -t displays execution time in non-interactive mode
        -showtypes shows the result type of each query on a line prefixed by "I:"
        -help prints this message.
2 Likes

perfect. thanks much

Edit: I noticed in qna that the output doesn’t return singular boolean or plural boolean, but just “boolean”. My relevance is TRUE but not reporting relevant because the result is plural boolean rather than singular boolean.