From 35c18870b420e0ce7037c834709ff6daffd70754 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 8 Oct 2019 13:21:24 -0400 Subject: [PATCH] add a changes file for 32003 (command-line option parsing). --- changes/ticket32003 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket32003 diff --git a/changes/ticket32003 b/changes/ticket32003 new file mode 100644 index 0000000000..b8809f288e --- /dev/null +++ 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.