Would be nice if we had a way to dump a bunch of debug info to help figure out problems like #171
Perhaps an unlisted wifitui debug command? Or something else.
We may need to add something like Debug(w io.Writer) error to wifi.Backend which writes all the relevant state to w and returns an error whether the backend is functional (nil) or not.
Is there a better thing to call this than Debug? Perhaps diagnose or health?
Would be nice if we had a way to dump a bunch of debug info to help figure out problems like #171
Perhaps an unlisted
wifitui debugcommand? Or something else.We may need to add something like
Debug(w io.Writer) errortowifi.Backendwhich writes all the relevant state to w and returns an error whether the backend is functional (nil) or not.Is there a better thing to call this than Debug? Perhaps
diagnoseorhealth?