Skip to content
Snippets Groups Projects
Commit 15099eb1 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Remove duplicate processing of command-line options

parent c511b45f
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,9 @@ Matcher -> EvtSearchFin -> Terminal (update list)
*/
// Run starts fzf
func Run(options *Options) {
func Run(opts *Options) {
initProcs()
opts := ParseOptions()
sort := opts.Sort > 0
rankTiebreak = opts.Tiebreak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment