-
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.
Add support for passing flags as strings
resolves #51 There is no support for `Flags` structs as provided by the `regress` crate. But a string can be passed down and is converted to Flags by the `with_flags` constructor. Exposing flags as a struct/enum adds significant complexity deemed not worth the additional code at this time. (See #51 for more details.) A python test verifies that the alternate constructor pattern works and provides support for the `"u"` flag.
- Loading branch information
Showing
2 changed files
with
24 additions
and
5 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