|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
⚙️ Unified command-line argument parser with built-in mode detection More...
Go to the source code of this file.
Functions | |
| asciichat_error_t | options_init (int argc, char **argv) |
| Initialize options by parsing command-line arguments. | |
⚙️ Unified command-line argument parser with built-in mode detection
Main entry point for option parsing. Detects mode from command-line arguments, parses binary-level options, then dispatches to mode-specific parsers (client, server, mirror, acds) with common initialization and post-processing.
Definition in file options.c.