Code Review
/
src
/
xds
/
xds-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c4e3978
)
List "Installing" sdks by default.
author
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Mon, 22 Jan 2018 17:10:09 +0000
(18:10 +0100)
committer
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Mon, 22 Jan 2018 17:10:09 +0000
(18:10 +0100)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
cmd-sdks.go
patch
|
blob
|
history
diff --git
a/cmd-sdks.go
b/cmd-sdks.go
index
4bc5a73
..
066e1dd
100644
(file)
--- a/
cmd-sdks.go
+++ b/
cmd-sdks.go
@@
-156,7
+156,9
@@
func _displaySdks(sdks []xaapiv1.SDK, verbose bool, all bool, filter string) {
first := true
writer := NewTableWriter()
for _, s := range sdks {
- if s.Status != xaapiv1.SdkStatusInstalled && !all {
+ if s.Status != xaapiv1.SdkStatusInstalled &&
+ s.Status != xaapiv1.SdkStatusInstalling &&
+ !all {
continue
}
if filter != "" {