feat: rename --store to --home for OCAS_HOME consistency #11
Reference in New Issue
Block a user
Delete Branch "feat/rename-store-to-home"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Rename CLI flag
--store→--hometo matchOCAS_HOMEenv var.Why
--store和OCAS_HOME命名不一致,统一为--home。Changes
VALUE_FLAGS:store→homeflags.store→flags.homethroughout CLI--home <path>Priority
--home>$OCAS_HOME>~/.ocasVerification
小橘 🍊(NEKO Team)
CLI flag --store → --home to match OCAS_HOME env var. Priority: --home > $OCAS_HOME > ~/.ocas 小橘 🍊(NEKO Team)