• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
      • Io
      • Defttag
      • Sys-call
      • Save-exec
      • Quicklisp
      • Oslib
      • Std/io
      • Bridge
      • Clex
      • Tshell
      • Unsound-eval
      • Hacker
      • Startup-banner
      • Command-line
        • Save-exec
        • Argv
        • Getopt
    • Hardware-verification
    • Software-verification
    • Testing-utilities
    • Math
  • Interfacing-tools

Command-line

Handling of command-line arguments when ACL2 is invoked

You may provide command-line arguments when invoking ACL2, which are passed to the host Lisp. For more information on this topic, along with a discussion of how to save an ACL2 executable that avoids passing command-line arguments to the host Lisp, see save-exec.

Subtopics

Save-exec
Save an executable image and a wrapper script
Argv
Get the "application level" command line arguments passed to ACL2.
Getopt
A library for processing command-line option.