Skip to content

Instantly share code, notes, and snippets.

@kofno
Created August 5, 2016 03:31
Show Gist options
  • Select an option

  • Save kofno/d08ba713a0cc0e222be2819fa48bf20f to your computer and use it in GitHub Desktop.

Select an option

Save kofno/d08ba713a0cc0e222be2819fa48bf20f to your computer and use it in GitHub Desktop.
Example of running crystal lang with broken llvm
% crystal spec ✭
Usage: crystal [command] [switches] [program file] [--] [arguments]
Command:
init generate a new project
build build an executable
deps install project dependencies
docs generate documentation
env print Crystal environment information
eval eval code from args or standard input
play starts crystal playground server
run (default) build and run program
spec build and run specs (in spec directory)
tool run a tool
help, --help, -h show this help
version, --version, -v show version
Finished in 5.19 milliseconds
0 examples, 0 failures, 0 errors, 0 pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment