We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39756e4 commit de3daa4Copy full SHA for de3daa4
rds_metadata_exporter/__main__.py
@@ -73,7 +73,7 @@ def main():
73
parser.add_argument('--profile', help='optional profile')
74
parser.add_argument('-r', '--region', help='optional profile')
75
parser.add_argument('dbinstance')
76
- parser.add_argument('-p', '--port', default=8000)
+ parser.add_argument('-p', '--port', type=int, default=8000)
77
args = parser.parse_args()
78
79
print(f"rds-metadata-exporter started with arguments {args}")
0 commit comments