module is_lines fn is_lines(args []string) { for arg in args[1..] { if arg == "-n" { return true } } }