Skip to content

Commit

Permalink
missing file in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tobehn committed Sep 8, 2024
1 parent 66d5fbb commit cec049e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finalize-plugins/shell-final.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Shell struct {
Cwd string `json:"cwd"`
}

// Provide information about the plugin as a JSON string
// Provide plugin information as a JSON string
//
//export PlugInfo
func PlugInfo() *C.char {
Expand All @@ -30,7 +30,7 @@ func PlugInfo() *C.char {
return C.CString(string(pluginjson))
}

// Provide the plugin scope as a bitmask
// Provide the plugin scope
//
//export PluginScope
func PluginScope() int32 { // int32 is defined as GoInt32 in cgo which is the same as a C int
Expand Down

0 comments on commit cec049e

Please sign in to comment.