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