Skip to content

Commit

Permalink
reduced code of otf.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
clerkma committed Nov 6, 2023
1 parent eb3b8b2 commit eb674d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 679 deletions.
2 changes: 1 addition & 1 deletion src/lsotfea-mruby/lsotfea.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
elsif ARGV[0] == "file" and argc == 3
parse_font ARGV[1], ARGV[2]
elsif ARGV[0] == "dir" and argc == 2
parse_directory ARGV[2]
parse_directory ARGV[1]
end

0 comments on commit eb674d7

Please sign in to comment.