ishell
Library for creating interactive cli applications.
File Explorer
Download Latest Version (.zip)- main.go
- .gitignore
- .travis.yml
- actions.go
- CHANGES.md
- command.go
- command_test.go
- completer.go
- context.go
- functions.go
- go.mod
- go.sum
- ishell.go
- LICENSE
- progress.go
- reader.go
- README.md
- utils_unix.go
- utils_windows.go
# Installation Guide
1. Get the code
git clone https://github.com/abiosoft/ishell
Downloads the entire project code from GitHub to your computer.
cd ishell
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
$ go run main.go
Runs the Go program directly without a separate build step.
$ go run main.go exit greet Someusername
Runs the Go program directly without a separate build step.
go run example/main.go
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
