-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(super-flags): Add GetPath method in superflags (#258)
Add GetPath() method on super flags. It is required because paths needs to handled differently than normal string arguments. For example, a path `~/abc` needs to be resolved to `/home/user/abc`.
- Loading branch information
1 parent
ecb55b4
commit a4346e5
Showing
2 changed files
with
84 additions
and
0 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