~ubuntu-branches/ubuntu/hardy/gengetopt/hardy

« back to all changes in this revision

Viewing changes to tests/test_no_handle_help_cmd.ggo

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-01-29 14:55:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080129145540-bkah1bl330gpelmh
Tags: 2.22-1ubuntu1
* Merge with Debian; remaining changes:
  - Fix build failures with g++-4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# test_no_handle_help_cmd.ggo
 
2
 
 
3
# test no handle help and version options
 
4
# use args in the .ggo file
 
5
 
 
6
args "--no-handle-version --no-handle-help --no-handle-error --string-parser"
 
7
 
 
8
package "test_no_handle_help"
 
9
version "1.0"
 
10
 
 
11
option "height"      - "this is the description of height" 
 
12
        optional int
 
13
        details="These are the details of option height"
 
14
option "vavoom"      - "this is the description of vavoom" optional string