Replies: 1 comment
-
hi @hadmut, method_option :fruit, type: :string, enum: %w(apple orange banana) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
would be nice to have an option type to choose one of a given set opf alternatives. e.g.
method_option :fruit, type: :selection, values: [ :apple, :orange, :banana ]
and then call a program with
examplebin --banana
regards
Beta Was this translation helpful? Give feedback.
All reactions