commit 35c18870b420e0ce7037c834709ff6daffd70754 parent bfdfaae0405aa683cdae85bde58da742f4b59ae5 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 8 Oct 2019 13:21:24 -0400 add a changes file for 32003 (command-line option parsing). Diffstat:
| A | changes/ticket32003 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/ticket32003 b/changes/ticket32003 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - When parsing the command line, handle options that determine our "quiet + level" and our mode of operation (e.g., --dump-config and so on) + all in one table. Closes ticket 32003.