Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
clsty
2025-11-01 10:00:35 +08:00
+2 -4
View File
@@ -10,7 +10,7 @@
# TODO: add --exp-files-no-strict Ignore error when minor version number is not the same # TODO: add --exp-files-no-strict Ignore error when minor version number is not the same
# #
# Stage 2 todos: # Stage 2 todos:
# TODO: Implement symlink (readable or non-readable) as sync mode # TODO: Implement symlink (both read-write and read-only) as sync mode
# TODO: add --exp-file-reset-symlink Try to remove all symlink in .config and .local, which point to the local repo # TODO: add --exp-file-reset-symlink Try to remove all symlink in .config and .local, which point to the local repo
# TODO: Update help and doc about `--exp-files` and the yaml config, including the possible values of mode. # TODO: Update help and doc about `--exp-files` and the yaml config, including the possible values of mode.
# #
@@ -274,6 +274,4 @@ for pattern in "${patterns[@]}"; do
echo "Unknown mode: $mode" echo "Unknown mode: $mode"
;; ;;
esac esac
done done
#####################################################################################