Skip to content

Commit 2e04524

Browse files
committed
chore: Update default just recipe
1 parent f6e7039 commit 2e04524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rtd-build-api-url := "https://readthedocs.org/api/v3/projects/{{app-id}}/version
1616

1717
# Show this help and exit.
1818
default:
19-
@just --list --justfile {{justfile()}} --list-heading $'{{BOLD}}{{CYAN}}{{YELLOW}}{{app-id}}{{CYAN}} dev console{{NORMAL}}\n'
19+
@just --list --list-prefix $'{{BOLD}}{{BLUE}}{{NORMAL}} ' --justfile {{justfile()}} --list-heading $'{{BOLD}}{{CYAN}}{{YELLOW}}{{app-id}}{{CYAN}} dev console{{NORMAL}}\n'
2020

2121
# Build wheel and source dist.
2222
build:

0 commit comments

Comments
 (0)