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 8cae6f5 commit 09e9710Copy full SHA for 09e9710
justfile
@@ -15,7 +15,14 @@ magenta := "\\e[35m"
15
grey := "\\e[90m"
16
17
@_help:
18
- just --list --unsorted
+ echo -e ""
19
+ just --list --unsorted --list-heading $'🤖 Commands:\n\n'
20
21
+ echo -e " Publish URL 🔗 {{green}}https://markdownv2.mtfm.io{{normal}}"
22
+ echo -e " Github URL 🔗 {{green}}$(cat editor/package.json | jq -r '.repository.url'){{normal}}"
23
+ echo -e " Develop URL 🔗 {{green}}https://{{APP_FQDN}}:{{APP_PORT}}/{{normal}}"
24
25
+
26
27
# open
28
# Run the server in development mode
0 commit comments