cmd icon indicating copy to clipboard operation
cmd copied to clipboard

Fixed typo in example 1, subcommand 2 example and doc

Open drofford opened this issue 5 months ago • 0 comments

Line 22 in the example shows:

flag2 = sub1.Int("flag2", 0, "sub2 int flag")

But it should really be:

flag2 = sub2.Int("flag2", 0, "sub2 int flag")

drofford avatar Sep 03 '24 14:09 drofford