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
@lmcmicu implemented a new robot validate command, based on #387. I've been using this for real work already, and I love it.
One thing this does is output to HTML and Excel tables, with highlighted cells. I want to reuse the new export output code instead. There's no need for validate to export to CSV or TSV, but maybe JSON and other formats would work if they can support comments.
The text was updated successfully, but these errors were encountered:
@lmcmicu implemented a new
robot validate
command, based on #387. I've been using this for real work already, and I love it.One thing this does is output to HTML and Excel tables, with highlighted cells. I want to reuse the new
export
output code instead. There's no need forvalidate
to export to CSV or TSV, but maybe JSON and other formats would work if they can support comments.The text was updated successfully, but these errors were encountered: