profclems / glab

The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
https://glab.readthedocs.io/
MIT License
2.08k stars 163 forks source link

docs: change --labels to --label #976

Closed lpapp closed 2 years ago

lpapp commented 2 years ago

The correct parameter seems to be --label (singular) as opposed to --labels (plural).

It is a bit strange that the same example is given in two different places, so this may need centralisation in one place in the future.

codecov[bot] commented 2 years ago

Codecov Report

Merging #976 (5723818) into trunk (ce81f27) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk     #976      +/-   ##
==========================================
- Coverage   59.51%   59.50%   -0.02%     
==========================================
  Files          97       97              
  Lines        7687     7689       +2     
==========================================
  Hits         4575     4575              
- Misses       2702     2704       +2     
  Partials      410      410              
Impacted Files Coverage Δ
commands/mr/mr.go 100.00% <100.00%> (ø)
commands/mr/create/mr_create.go 31.38% <0.00%> (-0.15%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ce81f27...5723818. Read the comment docs.