# shellcheck shell=dash

___x_cmd log init kev

xrc:mod:lib     kev     ls

___x_cmd_kev___main(){
    [ "$#" -gt 0 ] ||   set --  top

    local op="$1"; shift
    case "$op" in
        ls)     ___x_cmd_kev_ls  "$@"       ;;
        top)    ___x_cmd_kev_top "$@"       ;;

        -h|--help)
                ___x_cmd help -m kev   "$@" ;;
    esac
}
