try:
# parse command-line arguments
parser = argparse.ArgumentParser(description='easy Display Setup for Laptops')
try:
# parse command-line arguments
parser = argparse.ArgumentParser(description='easy Display Setup for Laptops')
dest="rel_position", choices=('left', 'right', 'external-only'),
help="Position of external screen relative to internal one")
dest="rel_position", choices=('left', 'right', 'external-only'),
help="Position of external screen relative to internal one")
dest="internal_only", action='store_true',
help="Enable internal screen, disable all the others (as if no external screen was connected")
cmdArgs = parser.parse_args()
dest="internal_only", action='store_true',
help="Enable internal screen, disable all the others (as if no external screen was connected")
cmdArgs = parser.parse_args()