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
returnCommandErrorWriter.Write("workspace use requires a name.",CommandExitCodes.UsageError,"run `cdidx workspace use <name>` from a manifest member or pass `default`.");
64
+
returnCommandErrorWriter.WriteJsonOrHuman(json,jsonOptions,"workspace use requires a name.",CommandExitCodes.UsageError,"run `cdidx workspace use <name>` from a manifest member or pass `default`.");
returnCommandErrorWriter.Write("workspace member was not found.",CommandExitCodes.UsageError,"run `cdidx workspace list` and pass one of the listed member directory names.");
73
+
returnCommandErrorWriter.WriteJsonOrHuman(json,jsonOptions,"workspace member was not found.",CommandExitCodes.UsageError,"run `cdidx workspace list` and pass one of the listed member directory names.");
0 commit comments