Skip to content

Commit

Permalink
Use [private] for help recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
crdx committed Sep 30, 2023
1 parent 870ebf2 commit 1e3b75d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
BIN := 'bundle exec ruby -Ilib bin/enparallel'

_help:
@just --list --unsorted
[private]
@help:
just --list --unsorted

# build gem
build:
Expand Down

0 comments on commit 1e3b75d

Please sign in to comment.