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
During the alpha implementation of sample mode we added CLI flags/options
--sample for turning sample mode on/off
--sample-window for specifying the window for sample mode
During the feedback session and additional discussion, we found it is likely better to have only one sample mode flag/option. With that in mind, we are going to combine the two into one. Thus, --sample will now take the sample window specification and --sample-window will go away.
The text was updated successfully, but these errors were encountered:
During the alpha implementation of sample mode we added CLI flags/options
--sample
for turning sample mode on/off--sample-window
for specifying the window for sample modeDuring the feedback session and additional discussion, we found it is likely better to have only one sample mode flag/option. With that in mind, we are going to combine the two into one. Thus,
--sample
will now take the sample window specification and--sample-window
will go away.The text was updated successfully, but these errors were encountered: