.. index:: getopt (command) .. _command_getopt: getopt - parse option arguments =============================== Usage ^^^^^ ``getopt OPTSTRING VAR`` Synopsis ^^^^^^^^ OPTSTRING contains the option letters. Add a colon to an options if this option has a required argument or two colons for an optional argument. The current option is saved in VAR, arguments are saved in $OPTARG. Any non-option arguments can be accessed starting from $1. .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/common/hush.c .. command function: do_dummy_command