package
0.0.2
Repository: https://github.com/hedzr/cmdr-examples.git
Documentation: pkg.go.dev

# README

shell-mode

To start an embedded shell-like prompt, type and run:

$ go run ./examples/shell-mode/ sh

It looks like:

image

and

image

Type exit, quit, or shortcut CTRL-D to terminate the prompt session.

shell-mode depends on shell plugin and you can improve it. It is powered by https://github.com/c-bata/go-prompt.

# Functions

Entry
No description provided by the author