Skip to content

Instantly share code, notes, and snippets.

@antonijn
Last active December 22, 2015 12:48
Show Gist options
  • Save antonijn/6474649 to your computer and use it in GitHub Desktop.
Save antonijn/6474649 to your computer and use it in GitHub Desktop.
bohp --help
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