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
Thinking more about this, I want to move the concern of dealing with questions out of the CLI entirely and into a separate package similar to how it's done for formatters. This way, one could do something like the following...
$ alfa audit --interviewer default <url>
...which would load the @siteimprove/alfa-interviewer-default package and call it whenever a question needs answering. How to actually get an answer to a question would of course be entirely up to the interviewer.
Currently, only
boolean
andNode
inputs are supported, whereasIterable<Node>
,Iterable<Color>
, andColor
aren't yet supported.The text was updated successfully, but these errors were encountered: