cli_development.md.DEROGtvC.lean.js 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. import { _ as _export_sfc, c as createElementBlock, o as openBlock, a8 as createStaticVNode, l as createBaseVNode, a as createTextVNode } from "./chunks/framework.Cauyuiy8.js";
  2. const __pageData = JSON.parse('{"title":"QMK CLI Development","description":"","frontmatter":{},"headers":[],"relativePath":"cli_development.md","filePath":"cli_development.md","lastUpdated":null}');
  3. const _sfc_main = { name: "cli_development.md" };
  4. const _hoisted_1 = /* @__PURE__ */ createStaticVNode("", 33);
  5. const _hoisted_34 = /* @__PURE__ */ createBaseVNode("table", { fg_lightyellow_ex: "" }, [
  6. /* @__PURE__ */ createBaseVNode("thead", null, [
  7. /* @__PURE__ */ createBaseVNode("tr", null, [
  8. /* @__PURE__ */ createBaseVNode("th", null, "Color"),
  9. /* @__PURE__ */ createBaseVNode("th", null, "Background"),
  10. /* @__PURE__ */ createBaseVNode("th", null, "Extended Background"),
  11. /* @__PURE__ */ createBaseVNode("th", null, "Foreground"),
  12. /* @__PURE__ */ createBaseVNode("th", null, "Extended Foreground")
  13. ])
  14. ]),
  15. /* @__PURE__ */ createBaseVNode("tbody", null, [
  16. /* @__PURE__ */ createBaseVNode("tr", { fg_lightblack_ex: "" }, [
  17. /* @__PURE__ */ createBaseVNode("td", null, "Black"),
  18. /* @__PURE__ */ createBaseVNode("td", { bg_black: "" }),
  19. /* @__PURE__ */ createBaseVNode("td", { bg_lightblack_ex: "" }),
  20. /* @__PURE__ */ createBaseVNode("td", { fg_black: "" }),
  21. /* @__PURE__ */ createBaseVNode("td")
  22. ]),
  23. /* @__PURE__ */ createBaseVNode("tr", { fg_lightblue_ex: "" }, [
  24. /* @__PURE__ */ createBaseVNode("td", null, "Blue"),
  25. /* @__PURE__ */ createBaseVNode("td", { bg_blue: "" }),
  26. /* @__PURE__ */ createBaseVNode("td", { bg_lightblue_ex: "" }),
  27. /* @__PURE__ */ createBaseVNode("td", { fg_blue: "" }),
  28. /* @__PURE__ */ createBaseVNode("td")
  29. ]),
  30. /* @__PURE__ */ createBaseVNode("tr", { fg_lightcyan_ex: "" }, [
  31. /* @__PURE__ */ createBaseVNode("td", null, "Cyan"),
  32. /* @__PURE__ */ createBaseVNode("td", { bg_cyan: "" }),
  33. /* @__PURE__ */ createBaseVNode("td", { bg_lightcyan_ex: "" }),
  34. /* @__PURE__ */ createBaseVNode("td", { fg_cyan: "" }),
  35. /* @__PURE__ */ createBaseVNode("td")
  36. ]),
  37. /* @__PURE__ */ createBaseVNode("tr", { fg_lightgreen_ex: "" }, [
  38. /* @__PURE__ */ createBaseVNode("td", null, "Green"),
  39. /* @__PURE__ */ createBaseVNode("td", { bg_green: "" }),
  40. /* @__PURE__ */ createBaseVNode("td", { bg_lightgreen_ex: "" }),
  41. /* @__PURE__ */ createBaseVNode("td", { fg_green: "" }),
  42. /* @__PURE__ */ createBaseVNode("td")
  43. ]),
  44. /* @__PURE__ */ createBaseVNode("tr", { fg_lightmagenta_ex: "" }, [
  45. /* @__PURE__ */ createBaseVNode("td", null, "Magenta"),
  46. /* @__PURE__ */ createBaseVNode("td", { bg_magenta: "" }),
  47. /* @__PURE__ */ createBaseVNode("td", { bg_lightmagenta_ex: "" }),
  48. /* @__PURE__ */ createBaseVNode("td", { fg_magenta: "" }),
  49. /* @__PURE__ */ createBaseVNode("td")
  50. ]),
  51. /* @__PURE__ */ createBaseVNode("tr", { fg_lightred_ex: "" }, [
  52. /* @__PURE__ */ createBaseVNode("td", null, "Red"),
  53. /* @__PURE__ */ createBaseVNode("td", { bg_red: "" }),
  54. /* @__PURE__ */ createBaseVNode("td", { bg_lightred_ex: "" }),
  55. /* @__PURE__ */ createBaseVNode("td", { fg_red: "" }),
  56. /* @__PURE__ */ createBaseVNode("td")
  57. ]),
  58. /* @__PURE__ */ createBaseVNode("tr", { fg_lightwhite_ex: "" }, [
  59. /* @__PURE__ */ createBaseVNode("td", null, "White"),
  60. /* @__PURE__ */ createBaseVNode("td", { bg_white: "" }),
  61. /* @__PURE__ */ createBaseVNode("td", { bg_lightwhite_ex: "" }),
  62. /* @__PURE__ */ createBaseVNode("td", { fg_white: "" }),
  63. /* @__PURE__ */ createBaseVNode("td")
  64. ]),
  65. /* @__PURE__ */ createBaseVNode("tr", null, [
  66. /* @__PURE__ */ createBaseVNode("td", null, "Yellow"),
  67. /* @__PURE__ */ createBaseVNode("td", { bg_yellow: "" }),
  68. /* @__PURE__ */ createBaseVNode("td", { bg_lightyellow_ex: "" }),
  69. /* @__PURE__ */ createBaseVNode("td", { fg_yellow: "" }),
  70. /* @__PURE__ */ createBaseVNode("td")
  71. ])
  72. ])
  73. ], -1);
  74. const _hoisted_35 = /* @__PURE__ */ createBaseVNode("p", null, "There are also control sequences that can be used to change the behavior of ANSI output:", -1);
  75. const _hoisted_36 = /* @__PURE__ */ createBaseVNode("table", null, [
  76. /* @__PURE__ */ createBaseVNode("thead", null, [
  77. /* @__PURE__ */ createBaseVNode("tr", null, [
  78. /* @__PURE__ */ createBaseVNode("th", null, "Control Sequences"),
  79. /* @__PURE__ */ createBaseVNode("th", null, "Description")
  80. ])
  81. ]),
  82. /* @__PURE__ */ createBaseVNode("tbody", null, [
  83. /* @__PURE__ */ createBaseVNode("tr", null, [
  84. /* @__PURE__ */ createBaseVNode("td", { style_bright: "" }),
  85. /* @__PURE__ */ createBaseVNode("td", null, "Make the text brighter")
  86. ]),
  87. /* @__PURE__ */ createBaseVNode("tr", null, [
  88. /* @__PURE__ */ createBaseVNode("td", { style_dim: "" }),
  89. /* @__PURE__ */ createBaseVNode("td", null, "Make the text dimmer")
  90. ]),
  91. /* @__PURE__ */ createBaseVNode("tr", null, [
  92. /* @__PURE__ */ createBaseVNode("td", { style_normal: "" }),
  93. /* @__PURE__ */ createBaseVNode("td", null, [
  94. /* @__PURE__ */ createTextVNode("Make the text normal (neither "),
  95. /* @__PURE__ */ createBaseVNode("code", null, "{style_bright}"),
  96. /* @__PURE__ */ createTextVNode(" nor "),
  97. /* @__PURE__ */ createBaseVNode("code", null, "{style_dim}"),
  98. /* @__PURE__ */ createTextVNode(")")
  99. ])
  100. ]),
  101. /* @__PURE__ */ createBaseVNode("tr", null, [
  102. /* @__PURE__ */ createBaseVNode("td", { style_reset_all: "" }),
  103. /* @__PURE__ */ createBaseVNode("td", null, "Reset all text attributes to default. (This is automatically added to the end of every string.)")
  104. ]),
  105. /* @__PURE__ */ createBaseVNode("tr", null, [
  106. /* @__PURE__ */ createBaseVNode("td", { bg_reset: "" }),
  107. /* @__PURE__ */ createBaseVNode("td", null, "Reset the background color to the user's default")
  108. ]),
  109. /* @__PURE__ */ createBaseVNode("tr", null, [
  110. /* @__PURE__ */ createBaseVNode("td", { fg_reset: "" }),
  111. /* @__PURE__ */ createBaseVNode("td", null, "Reset the foreground color to the user's default")
  112. ])
  113. ])
  114. ], -1);
  115. const _hoisted_37 = /* @__PURE__ */ createStaticVNode("", 44);
  116. const _hoisted_81 = [
  117. _hoisted_1,
  118. _hoisted_34,
  119. _hoisted_35,
  120. _hoisted_36,
  121. _hoisted_37
  122. ];
  123. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  124. return openBlock(), createElementBlock("div", null, _hoisted_81);
  125. }
  126. const cli_development = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
  127. export {
  128. __pageData,
  129. cli_development as default
  130. };