docs/Cmdline/README.md
| Project | Executable |
|---|---|
| UI | captura.exe |
| Command-line | captura-cli.exe |
We use the CommandLineParser NuGet package.
The console projects uses default settings with a few modifications and does not save settings.
Command-line support is not very stable. Please report any bugs you find.
There are many issues related to using a WPF application as a console app.
AttachConsole is used, the written content interferes with console prompt.| Argument | Description |
|---|---|
| --reset | Reset all Settings |
| --tray | Starts minimized to System Tray |
| --no-persist | Don't Save any changes in Settings |
| --no-hotkey | Don't Register Hotkeys. |
| --settings | Custom settings folder |
e.g. Start captura minimized to tray
captura --tray