style: use long options for self-documentation

This commit is contained in:
Lam Chau 2025-06-06 19:49:35 -07:00
parent 0076018ada
commit fcbd6c3350

View file

@ -17,7 +17,7 @@ function _navi_smart_replace
if test -n "$best_match"
commandline --current-process $best_match
if test "$force_repaint" = true
commandline -f repaint
commandline --function repaint
end
return
end
@ -27,7 +27,7 @@ function _navi_smart_replace
if test -n "$candidate"
commandline --current-process $candidate
if test "$force_repaint" = true
commandline -f repaint
commandline --function repaint
end
end
end