Skip to content
  • Henrik Gramner's avatar
    cli: Bash autocomplete support · 74c051f2
    Henrik Gramner authored and Anton Mitrofanov's avatar Anton Mitrofanov committed
    Allows for automatic command line completion for both options and values.
    
    Options such as --input-csp and --input-fmt will dynamically retrieve
    supported values from libavformat when compiled with lavf support.
    
    Execute 'source tools/bash-autocomplete.sh' in bash to enable.
    74c051f2