improve inline scripts, fix #683, fix #684

This commit is contained in:
Maximilian Hils
2015-07-24 02:57:56 +02:00
parent 9b3fe80697
commit 7bf8088d80
7 changed files with 155 additions and 138 deletions

4
test/scripts/a_helper.py Normal file
View File

@@ -0,0 +1,4 @@
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('--var', type=int)