Module move_command_line_common::files
source · Constants
- Extension for Move bytecode files
- Extension for error description map for compiled releases
- Extension for Move source language files
- Extension for Move IR files
- Extension for Move source map files (mappings from source to bytecode)
Functions
- For each directory in
paths
, it will return all files that satisfy the predicateAny file explicitly passed inpaths
, it will include that file in the result, regardless of the file extension - For each directory in
paths
, it will return all files with theMOVE_EXTENSION
found recursively in that directoryIfkeep_specified_files
any file explicitly passed inpaths
, will be added to the result Otherwise, they will be discarded