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
This is the current output of running scope doctor list on the examples directory.
❯ cargo run -- doctor list --working-dir examples Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s Running `target/debug/scope doctor list --working-dir examples`Available checks that will run Name Description Path- ScopeDoctorGroup/noop-1 Sleep Test to validate UI /Users/chris.mcclellan/workspace/scope/examples/.scope/many-noops/noop-1.yaml- ScopeDoctorGroup/noop-2 Sleep test to show UX /Users/chris.mcclellan/workspace/scope/examples/.scope/many-noops/noop-2.yaml- ScopeDoctorGroup/path-exists Check your shell for basic functionality /Users/chris.mcclellan/workspace/scope/examples/.scope/reference-scripts.yaml- ScopeDoctorGroup/templated Silence any app specific MOTDs /Users/chris.mcclellan/workspace/scope/examples/.scope/doctor-group-templated.yaml
It does not include any targets that are labeled when-required, e.g. doctor-group-fail.yaml.
This is the current output of running
scope doctor list
on theexamples
directory.It does not include any targets that are labeled
when-required
, e.g.doctor-group-fail.yaml
.scope/examples/.scope/doctor-group-fail.yaml
Line 7 in 8375e29
I would expect
list
to return all available targets, as I may want to run a single target with theonly
flag.Perhaps add a column to the output that indicates whether each target is included by default or not?
The text was updated successfully, but these errors were encountered: