mirror of
https://github.com/junegunn/fzf
synced 2026-06-09 10:03:17 +00:00
8 lines
97 B
Go
8 lines
97 B
Go
package main
|
|
|
|
import "github.com/junegunn/fzf/src"
|
|
|
|
func main() {
|
|
fzf.Run(fzf.ParseOptions())
|
|
}
|