Skip to content

Commit 0bc4c0e

Browse files
author
John Lyu
committed
change --no-input to flag
1 parent cf3351d commit 0bc4c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataframe_image/_command_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class CustomFormatter(argparse.RawTextHelpFormatter):
128128
"--latex-command", type=list, default=["xelatex", "{filename}", "quiet"]
129129
)
130130
parser.add_argument("--output-dir")
131-
parser.add_argument("--no-input", type=bool, default=False)
131+
parser.add_argument("--no-input", action='store_true')
132132

133133

134134
def main():

0 commit comments

Comments
 (0)