aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_cd.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-24Shell: Added a helper function `isHelpRequest()` (#7380)Chris Lu1-0/+4
* Added a helper function `isHelpRequest()` * also handles combined short flags like -lh or -hl * Created handleHelpRequest() helper function encapsulates both: Checking for help flags Printing the help message * Limit to reasonable length (2-4 chars total) to avoid matching long options like -verbose
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2020-03-23simplify parsing filer host and portChris Lu1-8/+2
2020-03-23shell: desupport filer url in the argumentsChris Lu1-3/+3
2020-02-25avoid reusing context objectChris Lu1-4/+1
fix https://github.com/chrislusf/seaweedfs/issues/1182
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-04weed shell: fs.cd change current directoryChris Lu1-47/+7
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current ↵Chris Lu1-0/+99
directory