commit | 501af22acd0925218b4c117edaf853b88a0e7158 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Wed Nov 30 13:38:13 2022 -0800 |
committer | Patrick Rohr <prohr@google.com> | Wed Nov 30 13:38:13 2022 -0800 |
tree | e8125fd7184f555e74f7612d771526e2dfa9c97a | |
parent | 15aa692d20c98c11e4fe25f0463c628e0b7bfc3d [diff] |
gn2bp: rename _is_append_arg for clarity I think _is_list_arg is a slightly better name, so it isn't going to be confused with _append_arg (which will be introduced shortly). Thought about naming some more, and in general we have 3 types of args: - flags (arg without value) - value arg (arg with value) - list arg (multiple args with multiple values) Will work on cleaning up the grammar. Test: none Change-Id: I40491b33780c7ab38e926efea2b28f1135c40e0c