Skip to content

Commit

Permalink
remove description from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Feb 14, 2025
1 parent 10c391a commit 95ceae9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/sunbeam/manifest.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package sunbeam

type Manifest struct {
Title string `json:"title"`
Description string `json:"description,omitempty"`
Actions []Action `json:"actions,omitempty"`
Commands []Command `json:"commands,omitempty"`
Title string `json:"title"`
Actions []Action `json:"actions,omitempty"`
Commands []Command `json:"commands,omitempty"`
}

type Command struct {
Expand Down

0 comments on commit 95ceae9

Please sign in to comment.