File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33ishell is an interactive shell library for creating interactive cli applications.
44
5- [ ![ Documentation ] ( https://img.shields.io /badge/godoc-reference-blue. svg?style=flat-square )] ( https://godoc.org /github.com/abiosoft/ishell )
5+ [ ![ Go Reference ] ( https://pkg.go.dev /badge/github.com/abiosoft/ishell/v2. svg )] ( https://pkg.go.dev /github.com/abiosoft/ishell/v2 )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/abiosoft/ishell )] ( https://goreportcard.com/report/github.com/abiosoft/ishell )
77
88## Usage
99
1010``` go
1111import " strings"
12- import " github.com/abiosoft/ishell"
12+ import " github.com/abiosoft/ishell/v2 "
1313
1414func main (){
1515 // create new shell.
Original file line number Diff line number Diff line change 77 "strings"
88 "time"
99
10- "github.com/abiosoft/ishell"
10+ "github.com/abiosoft/ishell/v2 "
1111 "github.com/fatih/color"
1212)
1313
Original file line number Diff line number Diff line change 1- module github.com/abiosoft/ishell
1+ module github.com/abiosoft/ishell/v2
22
33go 1.16
44
You can’t perform that action at this time.
0 commit comments