adding option --edge to install latest edge / preview version#4605
adding option --edge to install latest edge / preview version#4605jsjoeio merged 2 commits intocoder:mainfrom
Conversation
install.sh
Outdated
| --version X.X.X | ||
| Install a specific version instead of the latest. | ||
|
|
||
| --edge [true | false (default) ] |
There was a problem hiding this comment.
Could we leave off the value and set this to true when the flag is set? This is how we have been handling booleans, for example see --dry-run.
jsjoeio
left a comment
There was a problem hiding this comment.
This is a fantastic idea! I agree with @code-asher's feedback. Let's mimic how --dry-run is used. If flag passed, set to true else false.
Codecov Report
@@ Coverage Diff @@
## main #4605 +/- ##
=======================================
Coverage 66.14% 66.14%
=======================================
Files 30 30
Lines 1654 1654
Branches 331 331
=======================================
Hits 1094 1094
Misses 475 475
Partials 85 85 Continue to review full report at Codecov.
|
|
Adding this commit: |
|
(You can ignore Docs preview - I need to fix it) |
|
Thanks! |
|
🆒 |
Adding option --edge to install latest edge / preview version.
$ ./install.sh --edge true