When open sketchtool, it shows
/Applications/Sketch.app/Contents/Resources/sketchtool/bin/sketchtool ; exit;
➜ ~ /Applications/Sketch.app/Contents/Resources/sketchtool/bin/sketchtool ; exit;
Usage: sketchtool <command> [<args>]
[--background=<string> | -g <string>]
[--context=<string> | -C <string>]
[--filename=<string> | -F <string>]
[--export-page-as-fallback{=YES|NO} | --no-export-page-as-fallback | -B {<YES|NO>}]
[--purge-embedded-fonts-on-completion{=YES|NO} | --no-purge-embedded-fonts-on-completion | -Z {<YES|NO>}]
[--manifest=<string> | -M <string>]
[--bounds=<rectangle> | -b <rectangle>]
[--concurrent{=YES|NO} | --no-concurrent | -U {<YES|NO>}]
[--suffixing{=YES|NO} | --no-suffixing | -x {<YES|NO>}]
[--wait-for-exit{=YES|NO} | --no-wait-for-exit | -W {<YES|NO>}]
[--without-waiting-for-plugin{=YES|NO} | --no-without-waiting-for-plugin | -P {<YES|NO>}]
[--progressive{=YES|NO} | --no-progressive | -p {<YES|NO>}]
[--output=<path> | -o <path>] [--version | -v]
[--trimmed{=YES|NO} | --no-trimmed | -t {<YES|NO>}]
[--application=<path> | -A <path>]
[--scales=<path> | -s <path>]
[--max-size=<float> | -m <float>]
[--crashlog{=YES|NO} | --no-crashlog | -l {<YES|NO>}]
[--new-instance{=YES|NO} | --no-new-instance | -N {<YES|NO>}]
[--safemode{=YES|NO} | --no-safemode | -S {<YES|NO>}]
[--include-symbols{=YES|NO} | --no-include-symbols | -I {<YES|NO>}]
[--batchSize=<integer> | -e <integer>]
[--without-activating{=YES|NO} | --no-without-activating | -Q {<YES|NO>}]
[--outputJSON=<path> | -J <path>]
[--item=<string> | -i <string>]
[--serial{=YES|NO} | --no-serial | -R {<YES|NO>}]
[--use-id-for-name{=YES|NO} | --no-use-id-for-name | -n {<YES|NO>}]
[--save-for-web{=YES|NO} | --no-save-for-web | -w {<YES|NO>}]
[--timeout=<float> | -T <float>]
[--async-drawing{=YES|NO} | --no-async-drawing | -D {<YES|NO>}]
[--group-contents-only{=YES|NO} | --no-group-contents-only | -G {<YES|NO>}]
[--compression=<float> | -c <float>]
[--patchList=<string> | -L <string>]
[--items=<string> | -a <string>]
[--formats=<string> | -f <string>]
[--reveal{=YES|NO} | --no-reveal | -r {<YES|NO>}]
[--overwriting{=YES|NO} | --no-overwriting | -V {<YES|NO>}]
[--versionID=<string> | -d <string>] [--help | -h]
Commands:
detach Detach symbols from a Sketch document
diff Creates a patch between different versions of the same document
dump Dump out the structure of a document as JSON.
export artboards Export one or more artboards
export layers Export one or more layers
export pages Export an area from one or more pages
export preview Export a preview image for a document
export slices Export one or more slices
help Show this help message.
list artboards List information on the document's artboards.
list formats List the supported export formats.
list layers List information on all of the document's layers.
list pages List information on the document's pages.
list slices List information on the document's slices.
metadata List the metadata for a document.
patch Applies a set of patches to a Sketch document. Patches are either specified via a space separated list of the patch files as arguments or via the --patchList argument.
run Run a command from a plugin, inside Sketch.
sendCrashReports Look for reports of previous crashes, and send them to a Sketch issue tracker. Only works for crashes that happened while the `--crashlog` option was given.
show Show the location of the various sketch folders.
See ‘sketchtool help <command>’ for more information on a specific command.
Saving session...completed.
[进程已完成]
and I can't do anything