Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reserve quotation marks when handling multiple values #85

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

cyjake
Copy link
Owner

@cyjake cyjake commented Aug 8, 2024

fixes #84

Copy link

codecov bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (7034b4f) to head (fbb7111).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   96.88%   96.98%   +0.10%     
==========================================
  Files           3        3              
  Lines         321      332      +11     
  Branches       88       89       +1     
==========================================
+ Hits          311      322      +11     
  Misses          4        4              
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cyjake cyjake merged commit 3dfb490 into master Aug 9, 2024
6 checks passed
@cyjake cyjake deleted the fix-issue-84 branch August 9, 2024 02:29
Comment on lines +98 to +114
Host: [
{
'quoted': false,
'separator': ' ',
'val': 'foo',
},
{
'quoted': true,
'separator': ' ',
'val': '*.bar',
},
{
'quoted': true,
'separator': ' ',
'val': 'baz ham',
},
],
Copy link

@jeanp413 jeanp413 Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cyjake This is breaking api typings no? compute should return string | string[], created #86

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed, compute() result doesn't need to include original config format, I'll try to fix this issue later. thanks for reporting!

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.

= in ProxyCommand are lost
2 participants