I'm wondering if there's a reason why argument on CLI need a space
between argument letter and argument value.

e.g.   fossil timeline -n1      will not work, I absolutely have to type:
        fossil timeline -n 1

Which is a different behavior from most of (at least 99%) from cli
applications. (specially the ones using getopt function).

In the timeline case, if I type -n1, there's no warning, and no usage
printed out as well.. So I almost tough there's was something wrong
with the timeline command.


Regards

---
Martin
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to