File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ func init() {
181181 if err != nil {
182182 return carapace .ActionMessage (err .Error ())
183183 }
184- return action .Labels (project ).Invoke (c ).Filter ( c . Parts ). ToA ()
184+ return action .Labels (project ).Invoke (c ).FilterParts ()
185185 }),
186186 "milestone" : carapace .ActionCallback (func (c carapace.Context ) carapace.Action {
187187 project , _ , err := parseArgsRemoteAndProject (c .Args )
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ func init() {
258258 if err != nil {
259259 return carapace .ActionMessage (err .Error ())
260260 }
261- return action .Labels (project ).Invoke (c ).Filter ( c . Parts ). ToA ()
261+ return action .Labels (project ).Invoke (c ).FilterParts ()
262262 }),
263263 "milestone" : carapace .ActionCallback (func (c carapace.Context ) carapace.Action {
264264 project , _ , err := parseArgsRemoteAndProject (c .Args )
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ func init() {
181181 if err != nil {
182182 return carapace .ActionMessage (err .Error ())
183183 }
184- return action .Labels (project ).Invoke (c ).Filter ( c . Parts ). ToA ()
184+ return action .Labels (project ).Invoke (c ).FilterParts ()
185185 }),
186186 "milestone" : carapace .ActionCallback (func (c carapace.Context ) carapace.Action {
187187 project , _ , err := parseArgsRemoteAndProject (c .Args )
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ func init() {
7272 if err != nil {
7373 return carapace .ActionMessage (err .Error ())
7474 }
75- return action .Labels (project ).Invoke (c ).Filter ( c . Parts ). ToA ()
75+ return action .Labels (project ).Invoke (c ).FilterParts ()
7676 }),
7777 "milestone" : carapace .ActionCallback (func (c carapace.Context ) carapace.Action {
7878 project , _ , err := parseArgsRemoteAndProject (c .Args )
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ func init() {
420420 if err != nil {
421421 return carapace .ActionMessage (err .Error ())
422422 }
423- return action .Labels (project ).Invoke (c ).Filter ( c . Parts ). ToA ()
423+ return action .Labels (project ).Invoke (c ).FilterParts ()
424424
425425 }),
426426 "milestone" : carapace .ActionCallback (func (c carapace.Context ) carapace.Action {
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ func init() {
260260 if err != nil {
261261 return carapace .ActionMessage (err .Error ())
262262 }
263- return action .Labels (project ).Invoke (c ).Filter ( c . Parts ). ToA ()
263+ return action .Labels (project ).Invoke (c ).FilterParts ()
264264 }),
265265 "milestone" : carapace .ActionCallback (func (c carapace.Context ) carapace.Action {
266266 project , _ , err := parseArgsRemoteAndProject (c .Args )
You can’t perform that action at this time.
0 commit comments