mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 22:14:15 +00:00
commit
13ddc7c226
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
ui::pick() {
|
||||
local -r autoselect="$(dict::get "$OPTIONS" autoselect)"
|
||||
|
||||
local args=()
|
||||
declare -a args
|
||||
args+=("--height")
|
||||
args+=("100%")
|
||||
if ${autoselect:-false}; then
|
||||
|
|
Loading…
Reference in a new issue