Skip to content

Commit c65be3b

Browse files
committed
Update type of file argument
1 parent 576cb05 commit c65be3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/cli/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ class CliOptions:
2323
command: str | None = None
2424

2525
"""The file to execute."""
26-
file: str | None = None
26+
file: List[str] | None = None

0 commit comments

Comments
 (0)