Skip to content

Commit

Permalink
Update: Size.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenshuai Hou authored and remkop committed Sep 28, 2021
1 parent b03d1b1 commit b80d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/picocli/Size.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.concurrent.atomic.AtomicInteger;

public class Size {
public static void main(String[] args) throws Exception {
public static void main(String[] args) {
String device = args.length > 0 ? args[0] : "/dev/tty";
tput_cols(device);
stty_size(device);
Expand Down

0 comments on commit b80d0e3

Please sign in to comment.