You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a recipe uses backticks in the description comment, I think it would be helpful to the users to show that content in a different color:
# run command with docker, e.g. `just docker bazel build //:mbgl-core`, or open docker shell with `just docker`docker*ARGS:
docker run --rm -it -v "$PWD:/app/" -v "$PWD/docker/.cache:/home/user/.cache" maplibre-native-image {{ARGS}}
When using just --list, the above should be shown something like this (probably with better color choices):
The text was updated successfully, but these errors were encountered:
If a recipe uses backticks in the description comment, I think it would be helpful to the users to show that content in a different color:
When using
just --list
, the above should be shown something like this (probably with better color choices):The text was updated successfully, but these errors were encountered: