File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _____________________________________________________________________________
1010
1111BSD 3-Clause "New" or "Revised" License
1212
13- Copyright (C) Intel Corporation. All rights reserved.
13+ Copyright (C) 2019, Intel Corporation. All rights reserved.
1414
1515
1616Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change 11module github.com/intel/oneapi-cli
22
3- go 1.20
3+ go 1.24.1
44
55require (
66 github.com/gdamore/tcell v1.4.0
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ func (cli *CLI) selectLang() {
126126 continue
127127 }
128128 list .AddItem (k , "" , start , func () {
129- i := list .GetCurrentItem () //List doesnt support a reference
130- cli .selectProject (cli . aggregator . GetLanguages ()[ i ] )
129+ lang , _ := list .GetItemText ( list . GetCurrentItem ())
130+ cli .selectProject (lang )
131131 })
132132 start ++
133133 }
You can’t perform that action at this time.
0 commit comments