Last active
December 22, 2015 12:48
-
-
Save antonijn/6474649 to your computer and use it in GitHub Desktop.
bohp --help
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
The project manager for the Boh programming language. | |
Usage: bohp [options] [operation] [project file] | |
Options: | |
--help Displays this very message. | |
Operations: | |
build Builds all configurations of the specified project | |
file. | |
build:conf Builds the speicified configuration of the project | |
file. Replace "conf" with the configuration name. | |
build:conf1,conf2 Same as "build:conf", but with multiple build | |
configurations. | |
create Creates a project file. | |
create-empty Creates an empty project file. | |
create-noob Creates a project file with further explanation of | |
the xml entries. | |
delete Deletes the project file. | |
linecount Counts total lines of code in project. | |
lsconf Lists configurations available for project. | |
Report bugs to <https://github.com/antonijn/bohp/issues>. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment