mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-11 08:10:54 +00:00
9 lines
82 B
Go
9 lines
82 B
Go
|
// +build windows
|
||
|
|
||
|
package fzf
|
||
|
|
||
|
const (
|
||
|
// Reader
|
||
|
defaultCommand = `dir /s/b`
|
||
|
)
|