Module Core_kernel__Command_shape_intf
A Command_shape
allows limited introspection of a Command
, including subcommands, arguments, and doc strings. Think of it as machine-readable help.
module type Command_shape = sig ... end