const Save$Cmd: Cmd = (spec: CmdSpec) => {
  const { context, argstr, respond } = spec
  let m = argstr.match(CanonQueryRE)

  if (m) {