elvish/pkg/cli
Qi Xiao 1bfcaeb218 Support a stack of addons in cli.App.
This is motivated by supporting a minibuf from any mode (even in minibuf mode
itself), but could have other applications too.
2021-08-30 00:55:09 +01:00
..
clitest pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00
histutil Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
lscolors Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
mode Support a stack of addons in cli.App. 2021-08-30 00:55:09 +01:00
prompt Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
term Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
tk pkg/cli/tk: Tweak the scrollbar algorithm. 2021-02-21 23:05:41 +00:00
app_spec.go pkg/cli: Support global bindings. 2021-02-14 01:38:34 +00:00
app_test.go Support a stack of addons in cli.App. 2021-08-30 00:55:09 +01:00
app.go Support a stack of addons in cli.App. 2021-08-30 00:55:09 +01:00
loop_test.go pkg/cli: Change ExampleLoop to a test. 2021-02-11 19:31:53 +00:00
loop.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
tty_unix_test.go Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
tty.go pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00