Hello I am working on command line application which can accepts command line argument like
app -port 8888 -filename d:\xyz\xyz.pdf -dest d:\pqr
I am looking for function which can return me pair of option and it corresponding value like getopt in c.