From 850cc065469d2efaefc7947dcb7a6b79e9da1858 Mon Sep 17 00:00:00 2001 From: sinner Date: Mon, 2 Feb 2026 21:47:54 -0500 Subject: refactor: change dob flag shorthand from -d to -b, add id to common fields, and remove unused telegram bot --- cmd/npd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/npd.go b/cmd/npd.go index 084d6af..fae804f 100644 --- a/cmd/npd.go +++ b/cmd/npd.go @@ -19,7 +19,7 @@ func init() { npdCmd.Flags().StringP("firstname", "f", "", "First name") npdCmd.Flags().StringP("lastname", "l", "", "Last name") npdCmd.Flags().StringP("middlename", "m", "", "Middle name") - npdCmd.Flags().StringP("dob", "d", "", "Date of birth") + npdCmd.Flags().StringP("dob", "b", "", "Date of birth") npdCmd.Flags().StringP("ssn", "s", "", "Social security number") npdCmd.Flags().StringP("phone1", "p", "", "Phone number") npdCmd.Flags().StringP("address", "a", "", "Address") -- cgit v1.2.3