Skip to content

fix: correct boolean flag definitions for https and chat-mode#3

Open
larryxiao625 wants to merge 2 commits intodreampulse:mainfrom
larryxiao625:fix/boolean-flag-syntax
Open

fix: correct boolean flag definitions for https and chat-mode#3
larryxiao625 wants to merge 2 commits intodreampulse:mainfrom
larryxiao625:fix/boolean-flag-syntax

Conversation

@larryxiao625
Copy link

The previous syntax with default value true caused these options to always remain true and could not be disabled by users. Changed to use --no-https and --no-chat-mode flags to properly enable these features by default while allowing users to disable them with the negative flags.

The previous syntax with default value `true` caused these options to
always remain true and could not be disabled by users. Changed to use
--no-https and --no-chat-mode flags to properly enable these features
by default while allowing users to disable them with the negative flags.
Update documentation to use --no-https and --no-chat-mode flags
instead of the previous incorrect syntax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant