-
Notifications
You must be signed in to change notification settings - Fork 152
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
feat(core): set can handle all positional args together #3722
Merged
Codelax
merged 4 commits into
scaleway:master
from
Mia-Cross:core_set_with_all_positional_args
Apr 9, 2024
Merged
feat(core): set can handle all positional args together #3722
Codelax
merged 4 commits into
scaleway:master
from
Mia-Cross:core_set_with_all_positional_args
Apr 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3722 +/- ##
==========================================
+ Coverage 75.45% 77.12% +1.67%
==========================================
Files 202 202
Lines 44323 37142 -7181
==========================================
- Hits 33444 28646 -4798
+ Misses 9653 7267 -2386
- Partials 1226 1229 +3 ☔ View full report in Codecov by Sentry. |
2 tasks
Mia-Cross
force-pushed
the
core_set_with_all_positional_args
branch
from
March 28, 2024 17:11
4dc793d
to
4fd35a5
Compare
Mia-Cross
force-pushed
the
core_set_with_all_positional_args
branch
4 times, most recently
from
April 2, 2024 12:33
7f5c3d8
to
dc6c4c0
Compare
Codelax
reviewed
Apr 8, 2024
Mia-Cross
force-pushed
the
core_set_with_all_positional_args
branch
from
April 8, 2024 13:29
0bf80a5
to
8067653
Compare
Codelax
reviewed
Apr 9, 2024
Co-authored-by: Jules Castéran <jules.casteran@gmail.com>
Codelax
approved these changes
Apr 9, 2024
jremy42
pushed a commit
to jremy42/scaleway-cli
that referenced
this pull request
Apr 12, 2024
Co-authored-by: Jules Castéran <jules.casteran@gmail.com>
Laure-di
pushed a commit
to Laure-di/scaleway-cli
that referenced
this pull request
Apr 16, 2024
Co-authored-by: Jules Castéran <jules.casteran@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces a new behavior for the
set
verb when there are several positional arguments.This feature will be helpful for #3597 but for now, there is no
set
command that is using positional arguments, so the test in this PR only shows that the already existing commands withset
still work. More tests will be added in #3597.