We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17ece7 commit 4f3a352Copy full SHA for 4f3a352
packages/cli/README.md
@@ -58,6 +58,7 @@ GitHub mode is **enabled by default** but requires the Git and GitHub CLI tools
58
- GitHub CLI (`gh`) must be installed and authenticated
59
60
MyCoder will automatically check for these requirements when GitHub mode is enabled and will:
61
+
62
- Warn you if any requirements are missing
63
- Automatically disable GitHub mode if the required tools are not available or not authenticated
64
@@ -75,7 +76,7 @@ mycoder --githubMode false # Disable GitHub mode
75
76
```js
77
// mycoder.config.js
78
export default {
- githubMode: true, // Enable GitHub mode (default)
79
+ githubMode: true, // Enable GitHub mode (default)
80
// other configuration options...
81
};
82
```
0 commit comments