Formatting: add semi-colons to capp/main.j

This commit is contained in:
Daniel
2018-04-07 17:20:00 -07:00
parent 90d04956e6
commit 41d8ad2b86
+3 -3
View File
@@ -46,14 +46,14 @@ function printUsage()
print(" -l Same as --symlink --build, symlinks $CAPP_BUILD Frameworks into your project");
print(" -t, --template NAME Specify the template name to use (see `capp gen --list-templates`)");
print(" -f, --frameworks Copy/symlink *only* the Frameworks directory to a new or existing project");
print(" -F, --framework NAME Additional framework to copy/symlink (default: Objective-J, Foundation, AppKit)")
print(" -T, --theme NAME Additional Theme to copy/symlink into Resource (default: nothing)")
print(" -F, --framework NAME Additional framework to copy/symlink (default: Objective-J, Foundation, AppKit)");
print(" -T, --theme NAME Additional Theme to copy/symlink into Resource (default: nothing)");
print(" --force Overwrite Frameworks directory if it already exists");
print(" --symlink Symlink the source Frameworks directory to the project, don't copy");
print(" --build Copy/symlink the Frameworks directory files from your $CAPP_BUILD directory");
print(" --noconfig Use the default configuration when replacing template variables");
print("");
print(" Without -l or --build, frameworks from your narwhal installation are copied/symlinked")
print(" Without -l or --build, frameworks from your narwhal installation are copied/symlinked");
print("");
print(" gen --list-templates List the template names available for use with `capp gen -t/--template`");
print(" gen --list-frameworks List the framework names available for use with `capp gen -F/--framework`");