Module Command.Shared_flags

module Shared_flags: sig .. end

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