1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00
rolens/internal/ui/open.go

7 lines
117 B
Go

package ui
// Reveal reveals the specified file in the Finder.
func (u *UI) Reveal(fname string) {
reveal(fname)
}