scalyr / scalyr-tool

Command-line tool for accessing Scalyr services
Apache License 2.0
56 stars 37 forks source link

Remove required=True from positional arguments #4

Closed sgrimm-sg closed 8 years ago

sgrimm-sg commented 8 years ago

required=True isn't allowed by argparse in Python 2.7.10, which was preventing the script from working on OS X Yosemite.