Replies: 1 comment 7 replies
-
mise tasks --json
[
{
"name": "build",
"description": "Run build.sh",
"source": "~/example-app/mise-tasks/build.sh"
}
] I think it's fixed now? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most of my task or script files end in file extensions, .py, .sh, .js, .php, ... It would be nice if mise dropped these extensions from the
task names.
I like to leave the extensions on the files to make it easier for me and my IDE to identify what type of file I'm working with, but when I'm calling a script, the type of file isn't important and I would much rather call
my-script
thanmy-script.sh
Beta Was this translation helpful? Give feedback.
All reactions