We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83901c1 commit b11cc08Copy full SHA for b11cc08
1 file changed
pepper/cli.py
@@ -123,6 +123,10 @@ def add_tgtopts(self):
123
action='store_const', const='range',
124
help="Target based on range expression")
125
126
+ optgroup.add_option('-C', '--compound', dest='expr_form',
127
+ action='store_const', const='compound',
128
+ help="Target based on compound expression")
129
+
130
return optgroup
131
132
def add_authopts(self):
0 commit comments