From 08cd2afd86557f06d6b3f6e006d686fef4c7b2ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Jan 2025 06:13:42 -0600 Subject: adding help --- human.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'human.go') diff --git a/human.go b/human.go index c735bf4..bd27580 100644 --- a/human.go +++ b/human.go @@ -8,9 +8,6 @@ import ( // This was just going to be a function to print the results to stdout -// instead, it's the core logic of the whole app -// --dry-run on the command line will just print what would be generated - // print the protobuf in human form func (pf *File) printMsgTable() error { pf.Bases.printMsg() -- cgit v1.2.3