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
Currently the select prompt only supports simple types, it would be great if there was a specialized version that allowed for a key and a description. So that when checking what was selected we can go by the key value rather than a description.
The text was updated successfully, but these errors were encountered:
varkeySelection=console.Prompt(newMultiSelectionPrompt<int>().Title("Select the API keys to delete").PageSize(10).NotRequired().AddChoices(account.APIKeys.Select((_,i)=>i)).Select(account.SelectedAPIKeyIndex).UseConverter(keyIndex =>{varkey=account.APIKeys[keyIndex];return$"{key.Name}: {key.Key.Value}";}));
Currently the select prompt only supports simple types, it would be great if there was a specialized version that allowed for a key and a description. So that when checking what was selected we can go by the key value rather than a description.
The text was updated successfully, but these errors were encountered: