issues
search
mitchellh
/
cli
A Go library for implementing command-line interfaces.
Mozilla Public License 2.0
1.73k
stars
123
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add WASM support
#103
swenson
closed
1 year ago
3
Replace current completion generation package with something else
#102
obvionaoe
opened
1 year ago
1
Bump golang.org/x/crypto from 0.0.0-20200820211705-5c72a883971a to 0.1.0
#101
dependabot[bot]
opened
1 year ago
0
Root command
#100
theprobugmaker
closed
2 years ago
0
Add flags dynamically
#99
theprobugmaker
closed
2 years ago
1
bump github.com/Masterminds/goutils to fix security issue
#98
tsaarni
closed
2 years ago
1
Update github.com/Masterminds/sprig
#97
tsaarni
closed
2 years ago
1
Upgrade goutils to v1.1.1
#96
sks
closed
2 years ago
2
deps: bump sprig to 3.2.2 (and goutils to v1.1.1)
#95
radeksimko
closed
2 years ago
1
Exclude blank args from subcommand parsing
#94
andrii-zakurenyi
closed
2 years ago
1
Fix bug in which "fooasdf -o=foo" is incorrectly identified as the subcommand "foo"
#93
kmoe
closed
2 years ago
1
Subcommand parsing: "fooasdf -o=foo" is incorrectly identified as the subcommand "foo"
#92
kmoe
closed
2 years ago
0
Add InvalidCommandFunc field
#91
lkysow
closed
1 year ago
0
Subcommand parsing logic stops at first flag
#90
christophermancini
opened
2 years ago
3
Update Makefile
#89
MichaelCurrin
closed
2 years ago
1
Update README.md
#88
MichaelCurrin
closed
2 years ago
1
deps: bump Masterminds/sprig to v3 (go.mod enabled version)
#87
radeksimko
closed
2 years ago
1
Ask should check for Reader
#86
ruudk
closed
3 years ago
0
AddingPowerSupport_CI/Testing
#85
santosh653
closed
4 years ago
2
How to write shell completion function in Go
#84
blueray453
opened
4 years ago
0
Versus cobra cli
#83
030
closed
4 years ago
1
Noop autocomplete setup if we're not autocompleting
#82
mitchellh
closed
4 years ago
0
Add support for sending expected output to stdout, and errors to stderr
#81
dnephin
closed
4 years ago
0
Update to complete v2
#80
posener
opened
5 years ago
0
1.0.0: FAIL: TestCLIAutocomplete_subcommandArgs/RE
#79
onlyjob
closed
4 years ago
1
Add go 1.11 to travis-ci
#78
moorara
closed
5 years ago
0
Add additional help flag recognition
#77
paultyng
closed
6 years ago
2
Ignore default command for autocomplete init
#76
mitchellh
closed
6 years ago
0
Switch to using fatih/color for ANSI color handling.
#75
jefferai
closed
6 years ago
2
default subcommand throws stack overflow
#74
Nnnaaaa
closed
6 years ago
2
Add Go 1.10 to Travis CI
#73
arbourd
closed
6 years ago
3
Now Autocompletion supports Fish.
#72
acomagu
closed
6 years ago
1
Fix discrepancy between BasicUi and MockUi
#71
moorara
closed
4 years ago
1
is there support for interactive mode?
#70
muly
closed
2 years ago
3
Only look for subcommands up to quoted with spaces
#69
mitchellh
closed
7 years ago
0
panic if a subcommand is wrapped in double quotes and contains spaces
#68
minamijoyo
closed
7 years ago
2
Introduce CommandHidden to hide commands from help and autocomplete
#67
mitchellh
closed
7 years ago
4
Use exit code 127 when a subcommand is not found
#66
sethvargo
closed
7 years ago
0
Mark commands (and flags) as hidden
#65
sethvargo
closed
7 years ago
5
Only test master and PRs
#64
sethvargo
closed
7 years ago
0
Root help should only print root subcommands
#63
mitchellh
closed
7 years ago
1
Properly build autocompletion tree for 2+ deep subcommands
#62
mitchellh
closed
7 years ago
0
Add Bytes() to MockUi.syncBuffer
#61
radeksimko
closed
7 years ago
0
Provide a way to disable adding default auto-complete
#60
sethvargo
closed
7 years ago
1
Perform autocompletion as early in Run as possible
#59
mitchellh
closed
7 years ago
0
Subcommand and flag autocompletion support (bash + zsh)
#58
mitchellh
closed
7 years ago
0
Flag named version causes application version to be printed incorrectly
#57
dadgar
closed
7 years ago
1
mockui: fix data race and nil panic
#56
magiconair
closed
7 years ago
1
Add Vault to README and remove newline from subcommands
#55
rdeusser
closed
7 years ago
1
Allow the cli to accpect single lined interactivity
#54
jutkko
opened
7 years ago
2
Next