Skip to content

Commit

Permalink
Merge pull request #396 from devchat-ai/disable_windows_args_expand
Browse files Browse the repository at this point in the history
Refactor main entrypoint to disable windows_expand_args
  • Loading branch information
yangbobo2021 authored May 23, 2024
2 parents c582373 + a5aba23 commit e544cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devchat/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
if __name__ == "__main__":
from devchat._cli.main import main as _main

sys.exit(_main())
sys.exit(_main(windows_expand_args=False))

0 comments on commit e544cc4

Please sign in to comment.