Skip to content

Commit

Permalink
Fix wrong default value of develop --open option (#2029)
Browse files Browse the repository at this point in the history
- The default is `true`.
- Move it from "Description" to dedicated "Default" column.
  • Loading branch information
bootleq authored Feb 22, 2024
1 parent e0676ac commit ba164a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ strapi develop
| `--bundler` | string | Specifies the bundler to use, either `webpack` or `vite`x | `webpack` |
| `-d, --debug` | - | Enable debugging mode with verbose logs | false |
| `--ignore-prompts` | - | Ignore all prompts | false |
| `--open` | - | Open the admin in your browser (default: true) | false |
| `--open` | - | Open the admin in your browser | true |
| `--polling` | - | Watch for file changes in network directories | false |
| `--silent` | - | Don't log anything | false |
| `--watch-admin` | - | Watch the admin panel for hot changes | false |
Expand Down

0 comments on commit ba164a0

Please sign in to comment.