Skip to content

Commit

Permalink
feat: Link to ublue just documentation from ujust default (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jan 12, 2024
1 parent 565aa03 commit 32b49d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/ublue-os-just/header.just
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ set allow-duplicate-recipes := true
set ignore-comments := true

_default:
@just --list --list-heading $'Available commands:\n' --list-prefix $' - '
#!/usr/bin/bash
printf '\e]8;;https://universal-blue.discourse.group/docs?topic=42\e\\Click here to view the Universal Blue just documentation\e]8;;\e\\\n'
/usr/bin/ujust --list --list-heading $'Available commands:\n' --list-prefix $' - '

# Imports

0 comments on commit 32b49d3

Please sign in to comment.