src.elv.sh/pkg/cli/histutil.Store.AddCmd (method)

5 uses

	src.elv.sh/pkg/cli/histutil (current package)
		hybrid_store.go#L23: 	seq, err := s.shared.AddCmd(cmd)
		hybrid_store.go#L24: 	s.session.AddCmd(store.Cmd{Text: cmd.Text, Seq: seq})
		store.go#L14: 	AddCmd(cmd store.Cmd) (int, error)

	src.elv.sh/pkg/edit
		config_api.go#L83: 			s.AddCmd(store.Cmd{Text: code, Seq: -1})
		hist_store.go#L26: 	return s.hs.AddCmd(cmd)