diff --git a/justfile b/justfile index e9dcd83..efc31a5 100644 --- a/justfile +++ b/justfile @@ -873,6 +873,9 @@ open-package-urls $package=`just _a_package`: # === internal helpers === +# TODO: prefer using a packages.json in the invocationdir if it exists +# TODO: add an alternative recipie that makes it for the invocationdir worktree +# TODO: add a recipie that allows you to determine the rootdir of the invocationdir worktree _packages_json: #!/usr/bin/env -S bash -euo pipefail if [[ ! -s packages.json ||