Skip to content

Commit

Permalink
Adds comment about required sync w/ other enum
Browse files Browse the repository at this point in the history
  • Loading branch information
iosifache committed May 30, 2023
1 parent 805e53d commit 4d2ca42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zeratool_lib/zeratool_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@


class ZeratoolInputStreams(Enum):
"""Sync names with commons.input_streams.InputStreams."""

STDIN = "STDIN"
ARGUMENTS = "ARG"

Expand Down

0 comments on commit 4d2ca42

Please sign in to comment.