Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.6.2. Short Option Names

You can use short versions of command options, if they are unambiguous. For example, the project_open command supports two options: -current_revision and -revision.
You can use any of the following abbreviations of the -revision option:
  • -r
  • -re
  • -rev
  • -revi
  • -revis
  • -revisio
You can use an extremely short option such as -r because in the case of the project_open command no other option starts with the letter r. However, the report_timing command includes the options -recovery and -removal. You cannot use -r or -re to shorten either of those options, because the abbreviation is not unique.