Skip to content

catalyst run

Run a built executable
Usage: catalyst run [OPTIONS]

Options:
  -h,--help                   Print this help message and exit
  -p,--profile TEXT [common]  
  -P,--params TEXT ...        

Examples

Run the default build:

catalyst run

Run the debug build with arguments:

catalyst run --profile debug --params "--verbose --input data.txt"