File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ - Change mise task comment headers ([ discussion] ( https://github.com/jdx/mise/discussions/6139 ) )
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # mise description="Bump version"
2+ # [MISE] description="Bump version"
33"""
44Originates from https://github.com/level12/coppy
55
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # mise description="Generate demo project"
2+ # [MISE] description="Generate demo project"
33
44from pathlib import Path
55import shutil
Original file line number Diff line number Diff line change 11#! /usr/bin/bash
2- # mise description="docker compose build"
2+ # [MISE] description="docker compose build"
33export UBUNTU_UID=` id -u`
44docker compose build --pull coppy-tests
Original file line number Diff line number Diff line change 11#!/usr/bin/env -S uv run --script
2- # mise description="Show sandbox env details"
2+ # [MISE] description="Show sandbox env details"
33
44from pathlib import Path
55
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # mise description="Bootstrap project"
2+ # [MISE] description="Bootstrap project"
33#
44# Originates from https://github.com/level12/coppy
55#
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # mise description="Bump version"
2+ # [MISE] description="Bump version"
33"""
44Originates from https://github.com/level12/coppy
55
You can’t perform that action at this time.
0 commit comments