Verbose mode
{{Short description|Output option in some software programs}}
{{about|computing and user interface design|speech or writing that uses more words than necessary|Verbosity}}
{{More citations needed|date=June 2021}}
In computing, Verbose mode is an option available in many computer operating systems and programming languages that provides additional details as to what the computer is doing and what drivers and software it is loading during startup. Used as a flag in a computer program, it produces detailed output for diagnostic purposes thus making it easier to debug.
When running programs in the command line, verbose output is typically outputted in standard output or standard error.
Many command line programs, such as cURL{{man|1|curl|die.net}} or Bash,{{Cite web |title=bash(1): GNU Bourne-Again SHell - Linux man page |url=https://linux.die.net/man/1/bash |archive-url=http://web.archive.org/web/20241225212417/https://linux.die.net/man/1/bash |archive-date=2024-12-25 |access-date=2025-01-05 |website=linux.die.net |language=en}} can be set to verbose mode by using a flag, such as {{code|-v}} or {{code|--verbose}}.