Module Deprecated_command.Shared_flags

module Shared_flags: sig .. end

type 'a t = {
   flags : unit Deprecated_command.Flag.t list;
   get : unit -> 'a;
}