Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ arg "<profile>" help="Installation profile (quick, release, etc.)" default="rele
flag "--slim" help="Install a slim version"
flag "-v --verbose" help="Enable verbose output"
'''
shell="bash -c"
Comment thread
LesnyRumcajs marked this conversation as resolved.
run = '''
echo "Installing Forest binaries with profile: ${usage_profile?}"
[[ -n "${usage_verbose}" ]] && set -x
Expand Down
Loading