Skip to content

ArgGroup::id

since 0.1.0

Sets the group name.

name = "myprog"
[groups]
my_group_id = { args = ["foo", "bar"] }
[args]
foo = { short = 'f', action = "set-true" }
bar = { short = 'b', action = "set-true" }
Terminal window
myprog -f
Terminal window
claptrap_foo='true'
claptrap_bar='false'