-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
develop
Logging
about displaying filepaths
- Loading branch information
Showing
10 changed files
with
188 additions
and
80 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
|
||
open MyUtil | ||
|
||
val is_uppercased_identifier : string -> bool | ||
|
||
val is_lowercased_identifier : string -> bool | ||
|
||
val parse_long_command : prefix:string -> string -> (string list * string) option | ||
|
||
val parse_long_identifier : string -> (string list * string) option | ||
|
||
type path_display_setting = | ||
| FullPath | ||
| RelativeToCwd of abs_path | ||
|
||
val display_path : path_display_setting -> abs_path -> string | ||
|
||
val is_verbose : Verbosity.t -> bool | ||
|
||
val is_not_quiet : Verbosity.t -> bool |
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
Oops, something went wrong.