import { list } from "./list";
import { set } from "./set";

export const config = {
  commands: { list, set },
  desc: "Manage SwaggerHub Extension Configuration",
};
