Skip to content

Commit 5e77f24

Browse files
committed
Merge pull request #56 from jfroche/compound_target
Enable compound target definition
2 parents 83901c1 + b11cc08 commit 5e77f24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pepper/cli.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ def add_tgtopts(self):
123123
action='store_const', const='range',
124124
help="Target based on range expression")
125125

126+
optgroup.add_option('-C', '--compound', dest='expr_form',
127+
action='store_const', const='compound',
128+
help="Target based on compound expression")
129+
126130
return optgroup
127131

128132
def add_authopts(self):

0 commit comments

Comments
 (0)