Skip to content

Commit c362e70

Browse files
authored
[shell][fix] Define graph and section (#2113)
1 parent a132841 commit c362e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fixshell/fixshell/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ async def check_system_info() -> None:
6868
client,
6969
True,
7070
detect_color_system(args),
71+
graph=args.fixcore_graph,
72+
section=args.fixcore_section,
7173
history=history,
7274
additional_headers=headers,
7375
should_benchmark=args.benchmark,

0 commit comments

Comments
 (0)