SpECTRE
v2024.09.29
|
SpECTRE has a command-line interface (CLI) that allows you to run executables, work with output data, and generate plots and visualizations. To get started, compile the cli
target in your build directory. Then run:
All available commands are listed in the Python documentation.
The CLI supports autocompletion for Bash, Zsh, and Fish. Depending on your shell, source the corresponding file:
You may want to source the shell completion script on startup, e.g., in your .bashrc
or .zshrc
file.