Skip to content

Commit

Permalink
[Fix] ascii type
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Dec 11, 2024
1 parent 9725647 commit 4e69a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codesnap -f "examples/cli.sh" -o clipboard --highlight-range "9:10"
codesnap --from-clipboard -o clipboard

# Generate ASCII code snapshot and copy to clipboard
codesnap -f "examples/cli.sh" -o clipboard --ascii
codesnap --type ascii -f "examples/cli.sh" -o clipboard

# Generate code snapshot and save to file in PNG format
codesnap -f "examples/cli.sh" -o "./cli.png"
Expand Down

0 comments on commit 4e69a5c

Please sign in to comment.