Skip to content

Commit

Permalink
Added help for missing commands in pack app
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Jan 30, 2024
1 parent dd909ba commit 4f8ac5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/pack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Author: Jan Wielemaker
E-mail: [email protected]
WWW: http://www.swi-prolog.org
WWW: https://www.swi-prolog.org
Copyright (c) 2023, SWI-Prolog Solutions b.v.
All rights reserved.
Expand Down Expand Up @@ -75,8 +75,10 @@

pack_command(list, "List packages").
pack_command(find, "Find packages").
pack_command(info, "Print info on a pack").
pack_command(install, "Install a package").
pack_command(remove, "Uninstall a package").
pack_command(publish, "Register a pack with swi-prolog.org").
pack_command(help, "Help on command (also swipl pack command -h)").

pack_find:opt_type(_,_,_) :- fail.
Expand Down

0 comments on commit 4f8ac5d

Please sign in to comment.