Opened 13 years ago
Closed 13 years ago
#645 closed enhancement (fixed)
cmd_error with 'prog: : invalid argument'
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | trivial | Milestone: | yat 0.7 |
Component: | utility | Version: | 0.6.2 |
Keywords: | Cc: |
Description
In my main I have
yat::utility::CommandLine cmd; yat::utility::OptionArg<unsigned int> cmd_data(cmd, "d","data"); yat::utility::OptionArg<unsigned int> cmd_cons(cmd, "c","concensus");
and when I issue as
./scatter -d nb1005.data.txt -c NB1005R_Consensus_Calls2.txt > nb1005.scatter.txt
and I get the following error message
scatter: : invalid argument
I would expect that error message mention that argument is not an int
.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | yat 0.x+ → yat 0.7 |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2352]) fixes #645. error message is now: invalid argument --bar'