Re: [CLI] Option arguments without - or --

2019-03-29 Thread Amey Jadiye
On Fri, Mar 29, 2019 at 3:41 PM sebb wrote: > On Fri, 29 Mar 2019 at 07:04, Amey Jadiye wrote: > > > > Hi, > > > > Looks like the functionality is not present in the code base. > > > > I'm proposing the SimpleCommandParser which can implement > CommandLineParser > > for achieving below requireme

Re: [CLI] Option arguments without - or --

2019-03-29 Thread sebb
On Fri, 29 Mar 2019 at 07:04, Amey Jadiye wrote: > > Hi, > > Looks like the functionality is not present in the code base. > > I'm proposing the SimpleCommandParser which can implement CommandLineParser > for achieving below requirements. let me know your thoughts on this. Thanks for the suggesti

Re: [CLI] Option arguments without - or --

2019-03-29 Thread Amey Jadiye
Hi, Looks like the functionality is not present in the code base. I'm proposing the SimpleCommandParser which can implement CommandLineParser for achieving below requirements. let me know your thoughts on this. Regards, Amey On Wed, Mar 27, 2019 at 11:32 AM Amey Jadiye wrote: > Hi, > > I'm de