|
NAMElist_targets - List all available targets by their shortname.SYNOPSIStargettbllist_targets( tag ) DESCRIPTIONQuery the database for all targets in the current database, or all targets in the database with a tag that match the optional tag .EXAMPLEfunction list_targets0() for i,v in ipairs(list_targets()) do print(v); end end SEE ALSO:target_configurations(3) list_target_tags(3)
Visit the GSP FreeBSD Man Page Interface. |