# shellcheck shell=sh disable=SC3043
# Implement ll app
___x_cmd_env_ll(){
    if ___x_cmd_is_stdout2tty && ___x_cmd_runmode_allow_chatty; then
        local ___X_CMD_ENV_LL_LIST="1"
        ___x_cmd_env_choose_after_ui
    else
        ___x_cmd pkg ll
    fi
}

