run

Build and execute the project.

Description

Compiles and runs the binary. Shortcut for `coffee build && ./build/debug/`.

Usage

coffee run [options] [-- <args>...]

Options

  • --release - Build in release mode
  • --debug - Build with debug symbols

Implementation Notes

  • First calls build_project()
  • Then executes the compiled binary
  • Passes remaining arguments to the program

Need help?
Please wait: the project is still pre-alpha!

Cup of Coffee is an open source project inspired by Cargo, Rustup Crates, and Conda-forge.