We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e7039 commit 2e04524Copy full SHA for 2e04524
justfile
@@ -16,7 +16,7 @@ rtd-build-api-url := "https://readthedocs.org/api/v3/projects/{{app-id}}/version
16
17
# Show this help and exit.
18
default:
19
- @just --list --justfile {{justfile()}} --list-heading $'{{BOLD}}{{CYAN}}◉ {{YELLOW}}{{app-id}}{{CYAN}} dev console{{NORMAL}}\n'
+ @just --list --list-prefix $'{{BOLD}}{{BLUE}}→{{NORMAL}} ' --justfile {{justfile()}} --list-heading $'{{BOLD}}{{CYAN}}◉ {{YELLOW}}{{app-id}}{{CYAN}} dev console{{NORMAL}}\n'
20
21
# Build wheel and source dist.
22
build:
0 commit comments