Callback for handling arguments that do not match any top-level command.
typedef UnknownCommandFallback<T> = FutureOr<T> Function(List<String> args);