Skip to content

Commit dea4bc3

Browse files
ahktenzeroeliasp
andauthored
Update pepper/cli.py
Add *_id output options as suggested by @eliasp Co-authored-by: Elias Probst <[email protected]>
1 parent 17d1fd8 commit dea4bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pepper/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def parse(self):
110110

111111
self.parser.add_option(
112112
'--state-output', dest='state_output', default="full", type="choice",
113-
choices = [ "full", "terse", "mixed", "changes", "filter" ],
113+
choices = [ "full", "full_id", "terse", "terse_id", "mixed", "mixed_id", "changes", "changes_id", "filter", "filter_id" ],
114114
help=textwrap.dedent('''
115115
Output mode for highstate formatter
116116
''')

0 commit comments

Comments
 (0)