From 62294ade4601cee5ab67e4c2a2cba4233b59b787 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 5 Jun 2017 12:56:46 -0700 Subject: [PATCH] comments --- scripts/sort-md-list.py | 48 ++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/scripts/sort-md-list.py b/scripts/sort-md-list.py index dc3aa9a52..e220b0541 100755 --- a/scripts/sort-md-list.py +++ b/scripts/sort-md-list.py @@ -1,7 +1,41 @@ #!/usr/bin/env python -import textwrap -import sys +""" +sort-md-list.py sorts markdown lists + +Use this script to prepare sections of the changelog. + +this script expects a bulleted markdown list in stdout + +for example + +./sort-md-list.py - <