-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
30 deletions.
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 |
---|---|---|
|
@@ -40,21 +40,22 @@ OPTIONS: | |
-v, --verbose <INT> set verbosity from 0 to 5 [default: 3] | ||
COMMANDS: | ||
build Build the executable | ||
clean Delete various files produced during building | ||
create Create a new Common Lisp project | ||
dists List out all installed dists | ||
files Print all system files | ||
package Build a system artifact | ||
info Display information about the current system(s) | ||
init Initialize project to use Qob | ||
install Install systems | ||
install-deps, install-dependencies Automatically install system dependencies | ||
install-dists Install dists | ||
list List the registered systems | ||
locate Print out Qob installed location | ||
status Display the state of the workspace | ||
uninstall Uninstall systems | ||
build Build the executable | ||
clean Delete various files produced during building | ||
create Create a new Common Lisp project | ||
dists List out all installed dists | ||
files Print all system files | ||
package Build a system artifact | ||
info Display information about the current system(s) | ||
init Initialize project to use Qob | ||
install Install systems | ||
install-deps Automatically install system dependencies | ||
install-dists Install dists | ||
list List the registered systems | ||
load Load lisp files | ||
locate Print out Qob installed location | ||
status Display the state of the workspace | ||
uninstall Uninstall systems | ||
AUTHORS: | ||
Jen-Chieh Shen <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -37,21 +37,22 @@ OPTIONS: | |
-v, --verbose <INT> set verbosity from 0 to 5 [default: 3] | ||
COMMANDS: | ||
build Build the executable | ||
clean Delete various files produced during building | ||
create Create a new Common Lisp project | ||
dists List out all installed dists | ||
files Print all system files | ||
package Build a system artifact | ||
info Display information about the current system(s) | ||
init Initialize project to use Qob | ||
install Install systems | ||
install-deps, install-dependencies Automatically install system dependencies | ||
install-dists Install dists | ||
list List the registered systems | ||
locate Print out Qob installed location | ||
status Display the state of the workspace | ||
uninstall Uninstall systems | ||
build Build the executable | ||
clean Delete various files produced during building | ||
create Create a new Common Lisp project | ||
dists List out all installed dists | ||
files Print all system files | ||
package Build a system artifact | ||
info Display information about the current system(s) | ||
init Initialize project to use Qob | ||
install Install systems | ||
install-deps Automatically install system dependencies | ||
install-dists Install dists | ||
list List the registered systems | ||
load Load lisp files | ||
locate Print out Qob installed location | ||
status Display the state of the workspace | ||
uninstall Uninstall systems | ||
AUTHORS: | ||
Jen-Chieh Shen <[email protected]> | ||
|