mirror of
https://github.com/yudai/gotty.git
synced 2026-02-17 21:48:08 +01:00
Update import strings to reference this fork name
Merge in manually the fixes from PR #197, never accepted Update .gitignore Update the README with a Changelog for the fork
This commit is contained in:
parent
a080c85cbc
commit
89a27a859e
9 changed files with 22 additions and 12 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/fatih/structs"
|
||||
"github.com/yudai/hcl"
|
||||
|
||||
"github.com/yudai/gotty/pkg/homedir"
|
||||
"github.com/nimbix/gotty/pkg/homedir"
|
||||
)
|
||||
|
||||
func GenerateFlags(options ...interface{}) (flags []cli.Flag, mappings map[string]string, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue