-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added help for missing commands in
pack
app
- Loading branch information
1 parent
dd909ba
commit 4f8ac5d
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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. | ||
|