mirror of
https://github.com/onyx-and-iris/ignr.git
synced 2026-04-18 07:13:33 +00:00
bump to 1.0.0
This commit is contained in:
5
main.go
5
main.go
@@ -30,11 +30,8 @@ You may also list available templates and generate .gitignore files based on tho
|
||||
} else {
|
||||
client = github.NewClient(nil).WithAuthToken(viper.GetString("token"))
|
||||
}
|
||||
ctx := withClient(cmd.Context(), client)
|
||||
cmd.SetContext(ctx)
|
||||
cmd.SetContext(WithClient(cmd.Context(), client))
|
||||
},
|
||||
//RunE: func(cmd *cobra.Command, _ []string) error {
|
||||
//},
|
||||
}
|
||||
|
||||
// init initialises the root command and its flags.
|
||||
|
||||
Reference in New Issue
Block a user