Module fif::parameters

source ·
Expand description

Command line argument parsing logic and associated functions.

Structs§

  • [Clap]-derived struct used to parse command line arguments.
  • Further options relating to scanning.

Enums§

  • Sets of extensions for use with Parameter’s -E flag.
  • The format to use when running fif without the --fix flag. Specified at runtime with the -o/--output-format flag.
  • Specifies under what conditions the user should be prompted when running fif in --fix mode. Defaults to Error. Specified at runtime with the -p/--prompt flag.