Python – command line arguments
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 […]