-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements List Input + Error Cleanup (#11)
* Implements support for list input It is not inconcievable to want to cut more then one directory in one go, particulary in the case of downstreams. I'm not 100% that we should be avoiding just targeting the whole project in cases like ss13, but a list input is pretty easy to implement so may as well. I am considering doing the same thing to the templates string but that is mildly more complex. * Some nicety stuff, cleans up weird erorr work We were defining a new error type and then casting it to another, different error type immediately. There's no reason to do this because we have an existing error type system that handles this kind of casting better. Should just be usin that
- Loading branch information
1 parent
268e553
commit 495405b
Showing
4 changed files
with
67 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters