You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the instructions from the readMe file of this repo.
Command: rename setAppName --targets android --value "My App Name"
Output: rename: unrecognized option '--targets' Try 'rename --help' for more information.
Same output for setBundleId
When I run rename --help, it gives me this:
Usage:
rename [options] ...
Rename files.
Options:
-v, --verbose explain what is being done
-s, --symlink act on the target of symlinks
-n, --no-act do not make any changes
-a, --all replace all occurrences
-l, --last replace only the last occurrence
-o, --no-overwrite don't overwrite existing files
-i, --interactive prompt before overwrite
-h, --help display this help
-V, --version display version
The help does not contan any options like --targets or --value.
The text was updated successfully, but these errors were encountered:
I have followed the instructions from the readMe file of this repo.
Command:
rename setAppName --targets android --value "My App Name"
Output:
rename: unrecognized option '--targets'
Try 'rename --help' for more information.
Same output for setBundleId
When I run rename --help, it gives me this:
Usage:
rename [options] ...
Rename files.
Options:
-v, --verbose explain what is being done
-s, --symlink act on the target of symlinks
-n, --no-act do not make any changes
-a, --all replace all occurrences
-l, --last replace only the last occurrence
-o, --no-overwrite don't overwrite existing files
-i, --interactive prompt before overwrite
-h, --help display this help
-V, --version display version
The help does not contan any options like --targets or --value.
The text was updated successfully, but these errors were encountered: