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

This commit is contained in:
clsty
2025-11-01 10:00:35 +08:00
+1 -3
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.
# #
@@ -275,5 +275,3 @@ for pattern in "${patterns[@]}"; do
;; ;;
esac esac
done done
#####################################################################################