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

Add group flags size/L Denotes a PR that chanes 100-199 lines
#1778 opened Aug 18, 2022 by knqyf263 Draft
Add Post terminator args support
#1941 opened Mar 30, 2023 by malko 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…
add PersistentPreRun to disable required flag for help and completion command area/flags-args Changes to functionality around command line flags and args kind/bug A bug in cobra; unintended behavior lgtm Denotes "looks good to me" from maintainers and signals other collaboratores that a PR is ready
#1992 opened Jul 9, 2023 by JunNishimura 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…
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(deps): bump codelytv/pr-size-labeler from 1.8.1 to 1.10.0 area/github For changes to Github specific things not shipped in the library dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#2149 opened May 20, 2024 by dependabot bot Loading…
Clarify documentation for completion kind/documentation Documentation of cobra itself
#1310 opened Jan 4, 2021 by marckhouzam Loading… 1.9.0
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…
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…
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…
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
ProTip! Filter pull requests by the default branch with base:main.