Expand description
Fcmp CLI library modules.
Modules§
- command
- Command line interface options.
Structs§
- FileCmp
- A
File
wrapper which provides methods for doing file comparisons. operations. - Missing
File Behavior Parse Error - An error indicating a failure to parse a
MissingFileBehavior
.
Enums§
- DiffOp
- A diff operation.
- Missing
File Behavior - Options for handling missing files.
Functions§
- compare_
all - Takes an iterator of
Path
s and returns the index of the most recently modified file. - partial_
cmp_ paths - Returns the ordering of two files based on their modification times. The order is a partial order, and as such, None will be returned if the file modification times cannot be determined.