MCPcopy Create free account
hub / github.com/dhamidi/leader / Init

Method Init

shell.go:123–125  ·  view source on GitHub ↗

Init returns initialization code for installing leader in fish.

()

Source from the content-addressed store, hash-verified

121
122// Init returns initialization code for installing leader in fish.
123func (shell *FishShell) Init() string {
124 return packr.NewBox("assets").String("leader.fish.sh")
125}

Calls 1

StringMethod · 0.80