Jagdish Choudhary wrote:
> When argument provided from user which doesn't match to right option which
> is mentioned in help , it runs without issue..let me provide an example
>
> https://docs.python.org/3.3/library/argparse.html
>
> import argparse
> parser = argparse.ArgumentParser(description
Hi All,
When argument provided from user which doesn't match to right option which
is mentioned in help , it runs without issue..let me provide an example
https://docs.python.org/3.3/library/argparse.html
import argparse
parser = argparse.ArgumentParser(description='Process some
integers.')pars