This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
akillibulut
/
kilo
kopia lustrzana
https://github.com/squat/kilo
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
5d33c94d04
Gałęzie
Tagi
concurrent_e2e_test_setup
debug_node_local_dns
dependabot/docker/alpine-3.24
dependabot/docker/nixos/nix-2.34.7
dependabot/github_actions/DeterminateSystems/determinate-nix-action-3.21.1
dependabot/github_actions/DeterminateSystems/magic-nix-cache-action-14
dependabot/github_actions/DeterminateSystems/update-flake-lock-5836de1d8d83536176875d113c44d71483baf65b
dependabot/go_modules/github.com/containernetworking/plugins-1.9.1
dependabot/go_modules/github.com/go-kit/kit-0.13.0
dependabot/go_modules/k8s.io/apiextensions-apiserver-0.35.3
dependabot/go_modules/k8s.io/apimachinery-0.35.3
dependabot/go_modules/k8s.io/client-go-0.35.3
dependabot/npm_and_yarn/website/babel/plugin-transform-modules-systemjs-7.29.4
dependabot/npm_and_yarn/website/brace-expansion-1.1.13
dependabot/npm_and_yarn/website/fast-uri-3.1.2
dependabot/npm_and_yarn/website/follow-redirects-1.16.0
dependabot/npm_and_yarn/website/joi-17.13.4
dependabot/npm_and_yarn/website/lodash-4.18.1
dependabot/npm_and_yarn/website/node-forge-1.4.0
dependabot/npm_and_yarn/website/picomatch-2.3.2
dependabot/npm_and_yarn/website/postcss-8.5.12
dependabot/npm_and_yarn/website/yaml-1.10.3
kiloio-github-org
main
release-0.1
release-0.2
release-0.3
release-0.4
release-0.5
release-0.6
release-0.7
update_flake_lock_action
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
kilo
/
vendor
/
github.com
/
spf13
/
cobra
/
CHANGELOG.md
CHANGELOG.md
896 B
Historia
Czysty
Cobra Changelog
Pending
Fix man page doc generation - no auto generated tag when
cmd.DisableAutoGenTag = true
@jpmcb
v1.0.0
Announcing v1.0.0 of Cobra. 🎉
Notable Changes
Fish completion (including support for Go custom completion)
@marckhouzam
API (urgent): Rename BashCompDirectives to ShellCompDirectives
@marckhouzam
Remove/replace SetOutput on Command - deprecated
@jpmcb
add support for autolabel stale PR
@xchapter7x
Add Labeler Actions
@xchapter7x
Custom completions coded in Go (instead of Bash)
@marckhouzam
Partial Revert of
#922
@jharshman
Add Makefile to project
@jharshman
Correct documentation for InOrStdin
@desponda
Apply formatting to templates
@jharshman
Revert change so help is printed on stdout again
@marckhouzam
Update md2man to v2.0.0
@pdf
update viper to v1.4.0
@umarcor
Update cmd/root.go example in README.md
@jharshman