Sort: -m long option --merge was missing, so I added it, and took the opportunity to make another commit refactoring some of the code, making it simpler.
I see that we rework the whole error treatment of sort, I'll probably be able to fix it soon, looks simple but will need a lot of restructuring to make it more suitable for the other flags to be implemented, cause in the way things are now, those flags won't fit in the program functions.
Sort:
-m
long option--merge
was missing, so I added it, and took the opportunity to make another commit refactoring some of the code, making it simpler.I see that we rework the whole error treatment of
sort
, I'll probably be able to fix it soon, looks simple but will need a lot of restructuring to make it more suitable for the other flags to be implemented, cause in the way things are now, those flags won't fit in the program functions.