mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 12:42:01 -07:00
5
fzf
5
fzf
@@ -206,9 +206,10 @@ class FZF
|
||||
@expect = true
|
||||
when /^--expect=(.*)$/
|
||||
@expect = true
|
||||
when '--toggle-sort'
|
||||
when '--toggle-sort', '--tiebreak'
|
||||
argv.shift
|
||||
when '--tac', '--sync', '--toggle-sort', /^--toggle-sort=(.*)$/
|
||||
when '--tac', '--no-tac', '--sync', '--no-sync', '--hscroll', '--no-hscroll',
|
||||
/^--toggle-sort=(.*)$/, /^--tiebreak=(.*)$/
|
||||
# XXX
|
||||
else
|
||||
usage 1, "illegal option: #{o}"
|
||||
|
Reference in New Issue
Block a user