# shellcheck shell=dash
# This is how we demo in 1min and tutorial
# cat `x tldr -w hi.raku`
# x raku `x tldr -w hi.raku`
___x_cmd_tldr_which(){
    local x_file=;  while [ $# -gt 0 ]; do
        x_file=;    ___x_cmd_tldr_which_ "$1" || return $?
        [ -z "$x_file" ] || printf "%s\n" "$x_file"
        shift
    done
}


___x_cmd_tldr_which_(){
    x_file=;    ___x_cmd_tldr_exact___getfile_pages_ --full "$@"
    [ -n "$x_file" ] || ___x_cmd_tldr_exact___getfile_lang_ "$@"
}
