Python – command line arguments

3. März 2013 at 09:36

http://docs.python.org/2/howto/argparse.html   parser = argparse.ArgumentParser(description=”Read 1-wire sensors and write to database”) # argument with argument from type int parser.add_argument(“-r”, “–read”, help=”get the [READ] last entries […]