According to documentation convenience initializer with discoverabilityTitle is now deprecated:
// Key Commands with a discoverabilityTitle _will_ be discoverable in the UI.
@available(iOS, introduced: 9.0, deprecated: 13.0)
public convenience init(input: String, modifierFlags: UIKeyModifierFlags, action: Selector, discoverabilityTitle: String)
What's the alternative for creating user discoverable key command now?
New extended initializer is introduced in iOS 13: