
💡 Make sure you have specified a (eask-defcommand ..) function inside your Eask file!

    [+] (eask-defcommand my-command
    [+]   "This is a test command."
    [+]   (message "My test commnad!"))
