Skip to content

Pull requests: spf13/cobra

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Clarify documentation for completion kind/documentation Documentation of cobra itself
#1310 opened Jan 4, 2021 by marckhouzam Loading… 1.9.0
Add setters for default help strings
#784 opened Nov 6, 2018 by ameyer-pivotal Loading…
args_test refactorization after generalizing ValidArgs lifecycle/active Actively being worked on by a community member or maintainer. Corresponds to someone being assigned size/XL Denotes a PR that exceeds 200 lines. Caution!
#841 opened Mar 18, 2019 by umarcor Draft Next
Add '[args]' and 'Valid Args:' to --help lifecycle/frozen Prevents GitHub actions from labeling issues / PRs with stale and rotten size/XL Denotes a PR that exceeds 200 lines. Caution!
#842 opened Mar 20, 2019 by umarcor Draft
4 tasks
2
7
Add a COMMANDS section to generated man pages area/docs-generation Generation of docs via Cobra size/M Denotes a PR that chanes 24-99 lines
#939 opened Aug 29, 2019 by orobardet Loading…
Use afero fs for manpage generation area/docs-generation Generation of docs via Cobra size/XL Denotes a PR that exceeds 200 lines. Caution!
#955 opened Sep 9, 2019 by orobardet Loading…
Copy parsed flag values when constructing LocalFlags() area/flags-args Changes to functionality around command line flags and args area/lib Methods and functions that exist in the cobra library and consumed by users kind/bug A bug in cobra; unintended behavior
#1020 opened Jan 16, 2020 by bcongdon Loading…
Output usage hint for both unknown subcommand and unknown flag in the same way area/lib Methods and functions that exist in the cobra library and consumed by users
#1023 opened Jan 29, 2020 by dgn Loading…
fix(args): Correct legacyArgs logical errors triage/needs-info Needs more investigation from maintainers or more info from the issue provider
#1157 opened Jul 11, 2020 by donggangcj Loading…
feat(command): adding args to use line size/S Denotes a PR that chanes 10-24 lines
#1210 opened Aug 27, 2020 by danmx Loading…
Improving the "required flag(s) "%s" not set" error message by not printing "(s)" if a single required flag is missing area/cobra-command Core `cobra.Command` implementations area/flags-args Changes to functionality around command line flags and args size/M Denotes a PR that chanes 24-99 lines
#1217 opened Sep 3, 2020 by nestoroprysk Loading…
add colors to CLI commands
#1231 opened Sep 22, 2020 by JulesDT Loading…
Build Hugo site with GitHub Actions and deploy to GitHub Pages admin For general admin tasks to be done usualy by maintainers area/github For changes to Github specific things not shipped in the library kind/documentation Documentation of cobra itself
#1245 opened Oct 4, 2020 by umarcor Draft
command: Allow overriding of flag parse function area/flags-args Changes to functionality around command line flags and args kind/feature A feature request for cobra; new or enhanced behavior
#1359 opened Mar 2, 2021 by vkareh Loading…
Add Asciidoc documentation generator area/docs-generation Generation of docs via Cobra kind/feature A feature request for cobra; new or enhanced behavior
#1390 opened May 5, 2021 by craicoverflow Loading…
Upgrade gopkg.in/yaml.v2 to gopkg.in/yaml.v3 area/docs-generation Generation of docs via Cobra
#1481 opened Sep 3, 2021 by inteon Loading…
Remove indentation causing RST errors
#1495 opened Sep 23, 2021 by melissamahoney-mongodb Loading…
Handle requiredFlags errors in the same way as errors originating from parsing flags. area/flags-args Changes to functionality around command line flags and args
#1504 opened Oct 13, 2021 by nclaeys Loading…
added custom footer options to md-docs-generator (spf13#1140) area/docs-generation Generation of docs via Cobra
#1511 opened Oct 21, 2021 by linuxboytoo Loading…
remove unneeded error from printOption method area/docs-generation Generation of docs via Cobra
#1549 opened Dec 2, 2021 by YikSanChan Loading…
Pass arguments to the help function
#2158 opened Jun 10, 2024 by marckhouzam Loading…
ProTip! Exclude everything labeled bug with -label:bug.