FlagArgumente
FlagArgumente are command‑line parameters that typically consist of a single hyphen or double hyphen followed by a keyword, used to modify the behavior of a program. They are also called switches, flags or options and are most common in Unix‑style interfaces, though they appear in many other operating systems and scripting environments.
The basic syntax is either a single‑hyphen followed by a single letter (e.g., -v for verbose) or
FlagArgumente are often used for enabling or disabling features, setting modes, or providing metadata. For example,
Many command‑line applications provide a --help or -h flag that outputs usage information. In scripting languages