opt usage

From DavinciWiki
Jump to: navigation, search

Description

Prints the options of a getopt() structure

Arguments and Return Values

Input: A structure (generally called opt) many named elements.

Output: None

Usage

Syntax: opt_usage(opt = VAL)

Examples

dv> opt
struct, 3 elements
   input: "myfile.png"
   size: "100"
   filename: "TEST"

dv> opt_usage(opt)
Available options:
   input="myfile.png"  size="100"  filename="TEST"

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 06-18-2007
Modified On: 01-17-2008

Personal tools