Currently the output support is very rudimentary but it should be auto-modified when fields are requested.
It might also be interesting to support flattening vector types relating to IDs for output when they are the only field specified. This would allow for commands such as: bite s -c 1d -F depends-on | bite s --id - which would query for all open dependencies of bugs created in the last day. Alternatively the allowed input types for ID fields could be extended to allow CSV input which could be output in those situations.
Currently the output support is very rudimentary but it should be auto-modified when fields are requested.
It might also be interesting to support flattening vector types relating to IDs for output when they are the only field specified. This would allow for commands such as:
bite s -c 1d -F depends-on | bite s --id -
which would query for all open dependencies of bugs created in the last day. Alternatively the allowed input types for ID fields could be extended to allow CSV input which could be output in those situations.