now it's easier to re-use cli modules into another hosting
application and a little python script have added to generate
native api to support native extension library.
* argparse library added to third parth.
We're using argparse (https://github.com/cofyc/argparse) repo to parse
cli args.
* parsed arguments applied to the cli.
Co-authored-by: Derick Alangi <alangiderick@gmail.com>