mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
9 lines
82 B
Go
9 lines
82 B
Go
// +build windows
|
|
|
|
package fzf
|
|
|
|
const (
|
|
// Reader
|
|
defaultCommand = `dir /s/b`
|
|
)
|