bump to 1.0.0

This commit is contained in:
2025-06-19 04:39:43 +01:00
parent f4ddb45fd2
commit bae71b983e
3 changed files with 7 additions and 10 deletions

View File

@@ -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.