
asar
List of commands for asar:
-
asar:tldr:6e818 asar: Extract a specific file from an archive.$ asar extract-file ${path-to-archive-asar} ${file}try on your machineexplain this command
-
asar:tldr:78d18 asar: Archive a file or directory.$ asar pack ${path-to-input_file_or_directory} ${path-to-output_archive-asar}try on your machineexplain this command
-
asar:tldr:7c7dc asar: List the contents of an archive file.$ asar list ${path-to-archive-asar}try on your machineexplain this command
-
asar:tldr:c5804 asar: Extract an archive.$ asar extract ${path-to-archive-asar}try on your machineexplain this command