module Shared_flags: sig .. end
sig
end
type 'a t = {
'a
flags :unit Command.Flag.t list;
unit Command.Flag.t list
get :unit -> 'a;
unit -> 'a