@@ -87,14 +87,15 @@ $ git-sim [global options] <subcommand> [subcommand options]
8787
8888The ` [global options] ` apply to the overarching ` git-sim ` simulation itself, including:
8989
90- ` --light-mode ` : Use a light mode color scheme instead of default dark mode.
91- ` --animate ` : Instead of outputting a static image, animate the Git command behavior in a .mp4 video.
92- ` --disable-auto-open, -d ` : Disable the automatic opening of the image/video file after generation.
93- ` --reverse, -r ` : Display commit history in the reverse direction.
94- ` --video -format ` : Output format for the video file, i.e. ` mp4 ` or ` webm ` . Default output format is ` mp4 ` .
90+ ` --light-mode ` : Use a light mode color scheme instead of default dark mode.
91+ ` --animate ` : Instead of outputting a static image, animate the Git command behavior in a .mp4 video.
92+ ` --disable-auto-open, -d ` : Disable the automatic opening of the image/video file after generation.
93+ ` --reverse, -r ` : Display commit history in the reverse direction.
94+ ` --img -format ` : Output format for the image file, i.e. ` jpg ` or ` png ` . Default output format is ` jpg ` .
9595
9696Animation-only global options (to be used in conjunction with ` --animate ` ):
9797
98+ ` --video-format ` : Output format for the video file, i.e. ` mp4 ` or ` webm ` . Default output format is ` mp4 ` .
9899` --speed=n ` : Set the multiple of animation speed of the output simulation, ` n ` can be an integer or float, default is 1.
99100` --low-quality ` : Render the animation in low quality to speed up creation time, recommended for non-presentation use.
100101` --show-intro ` : Add an intro sequence with custom logo and title.
0 commit comments