Module Core.CommandSource

Code Lenses

Sourcetype t = {
  1. title : string;
  2. command : string;
  3. arguments : Yojson.Safe.t list option;
}
Sourceval to_yojson : t -> Yojson.Safe.t