# Author:       Li Junhao       l@x-cmd.com
# shellcheck    shell=sh        disable=SC2039,SC1090,SC3043,SC2263

# license:      AGPLv3

xrc:mod:lib     starship   main

___x_cmd_starship(){
    ___x_cmd_starship___main "$@"
}

xrc setmain ___x_cmd_starship
