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
Pass as much app identifying info as possible throughout mas to improve output, especially for ephemeral info, errors & warnings.
Include the exact app ID specified on the command line. Include whatever salient app identifying info might also be available, e.g., command-line app ID, maybe ADAM ID, maybe bundle ID, name, path, etc..
Maybe use FoundApp<A: App> or SelectedApp<A: App>(app: A, query: AppQuery) tuple with:
enumAppQuery{ // maybe selector: AppSelector
case lookup(AppID)case search(for:String)}