rename executable, add goreleaser

This commit is contained in:
Samuel Lorch 2021-09-09 15:29:34 +02:00
parent ecbb7c88cd
commit 78d3c80b28
7 changed files with 88 additions and 6 deletions

View file

@ -23,7 +23,7 @@ var ResourceListCmd = &cobra.Command{
}
func init() {
ResourceListCmd.Flags().Bool("favorite", false, "Resources that are maked as favorite")
ResourceListCmd.Flags().Bool("favorite", false, "Resources that are marked as favorite")
ResourceListCmd.Flags().Bool("own", false, "Resources that are owned by me")
ResourceListCmd.Flags().StringArrayP("group", "g", []string{}, "Resources that are shared with group")