refactor: rename args.go to pattern_info.go
Created by: rvantonder
Stacked on #7296. A simple change: rename args.go
to pattern_info.go
, since moving type Args
out of args.go
shows that the rest of this file only defines the pattern_info
type and related methods.