Intel® Quartus® Prime Standard Edition User Guide: Scripting

ID 683325
Date 9/24/2018
Public
Document Table of Contents

2.10.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.