On Thu, May 1, 2014 at 8:29 AM, Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com> wrote: > I am not sure I understand why this would be wrong. Shouldn't calling ii (via > ii or not) without arguments use the default values descibed in the man page?
My point is that argc will never be less than 1 (AFAIK). If you want to use default values when no arguments are given remove that check altogether. -emg