und is the command-line interface to Understand — script project creation, analysis, CodeCheck, metrics, and reports, locally or in CI.
Run Understand from the command line · Headless workflow: create, analyze, check, report
und interactive
interactive mode: run multiple commands without retyping the database
Und interactive is a way for multiple commands to be entered at once, without having to retype the database. It can optionally be given a database at startup like this:
und myProject.und
It would then open the interactive mode and give the prompt
und>
Commands could then be entered like this
und> add thisFile.txt File added (to myProject.und, specified at the start) und> -db otherProject.und Database Opened (future commands use otherProject.und as the database) und> (some other command)
and so on, until "quit" is given.
und> quit Bye