@teambit/harmony.content.cli-reference 2.0.724 → 2.0.725

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.12.77'
2
+ description: 'Bit command synopses. Bit version: 1.12.78'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1664,6 +1664,11 @@
1664
1664
  "watch",
1665
1665
  "watch and compile your components upon changes"
1666
1666
  ],
1667
+ [
1668
+ "n",
1669
+ "no-browser",
1670
+ "do not automatically open browser when ready"
1671
+ ],
1667
1672
  [
1668
1673
  "a",
1669
1674
  "args <argv>",
@@ -1729,6 +1734,11 @@
1729
1734
  "watch",
1730
1735
  "watch and compile your components upon changes"
1731
1736
  ],
1737
+ [
1738
+ "n",
1739
+ "no-browser",
1740
+ "do not automatically open browser when ready"
1741
+ ],
1732
1742
  [
1733
1743
  "a",
1734
1744
  "args <argv>",
package/cli-reference.mdx CHANGED
@@ -71,6 +71,7 @@ Learn the recommended workflow for tracking directories as components, in the li
71
71
  | `--port [port-number]` | `-p` | port to run the app on |
72
72
  | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
73
73
  | `--watch` | `-w` | watch and compile your components upon changes |
74
+ | `--no-browser` | `-n` | do not automatically open browser when ready |
74
75
  | `--args <argv>` | `-a` | the arguments passing to the app. for example, --args="--a=1 --b". don't forget to use quotes to wrap the value to escape special characters. |
75
76
 
76
77
  ---
@@ -1981,6 +1982,7 @@ https://bit.dev/components/tags#undoing-a-tag
1981
1982
  | `--port [port-number]` | `-p` | port to run the app on |
1982
1983
  | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
1983
1984
  | `--watch` | `-w` | watch and compile your components upon changes |
1985
+ | `--no-browser` | `-n` | do not automatically open browser when ready |
1984
1986
  | `--args <argv>` | `-a` | the arguments passing to the app. for example, --args="--a=1 --b". don't forget to use quotes to wrap the value to escape special characters. |
1985
1987
 
1986
1988
  ---
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.12.77'
2
+ description: 'Bit command synopses. Bit version: 1.12.78'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1664,6 +1664,11 @@
1664
1664
  "watch",
1665
1665
  "watch and compile your components upon changes"
1666
1666
  ],
1667
+ [
1668
+ "n",
1669
+ "no-browser",
1670
+ "do not automatically open browser when ready"
1671
+ ],
1667
1672
  [
1668
1673
  "a",
1669
1674
  "args <argv>",
@@ -1729,6 +1734,11 @@
1729
1734
  "watch",
1730
1735
  "watch and compile your components upon changes"
1731
1736
  ],
1737
+ [
1738
+ "n",
1739
+ "no-browser",
1740
+ "do not automatically open browser when ready"
1741
+ ],
1732
1742
  [
1733
1743
  "a",
1734
1744
  "args <argv>",
@@ -345,6 +345,21 @@ function MDXContent(_ref) {
345
345
  "align": null
346
346
  }, (0, _react2.mdx)("inlineCode", {
347
347
  parentName: "td"
348
+ }, "--no-browser")), (0, _react2.mdx)("td", {
349
+ parentName: "tr",
350
+ "align": "center"
351
+ }, (0, _react2.mdx)("inlineCode", {
352
+ parentName: "td"
353
+ }, "-n")), (0, _react2.mdx)("td", {
354
+ parentName: "tr",
355
+ "align": null
356
+ }, "do not automatically open browser when ready")), (0, _react2.mdx)("tr", {
357
+ parentName: "tbody"
358
+ }, (0, _react2.mdx)("td", {
359
+ parentName: "tr",
360
+ "align": null
361
+ }, (0, _react2.mdx)("inlineCode", {
362
+ parentName: "td"
348
363
  }, "--args <argv>")), (0, _react2.mdx)("td", {
349
364
  parentName: "tr",
350
365
  "align": "center"
@@ -10707,6 +10722,21 @@ function MDXContent(_ref) {
10707
10722
  "align": null
10708
10723
  }, (0, _react2.mdx)("inlineCode", {
10709
10724
  parentName: "td"
10725
+ }, "--no-browser")), (0, _react2.mdx)("td", {
10726
+ parentName: "tr",
10727
+ "align": "center"
10728
+ }, (0, _react2.mdx)("inlineCode", {
10729
+ parentName: "td"
10730
+ }, "-n")), (0, _react2.mdx)("td", {
10731
+ parentName: "tr",
10732
+ "align": null
10733
+ }, "do not automatically open browser when ready")), (0, _react2.mdx)("tr", {
10734
+ parentName: "tbody"
10735
+ }, (0, _react2.mdx)("td", {
10736
+ parentName: "tr",
10737
+ "align": null
10738
+ }, (0, _react2.mdx)("inlineCode", {
10739
+ parentName: "td"
10710
10740
  }, "--args <argv>")), (0, _react2.mdx)("td", {
10711
10741
  parentName: "tr",
10712
10742
  "align": "center"