mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
7 lines
379 B
Fish
7 lines
379 B
Fish
complete --command forfiles --no-files --arguments '/P\t"Specify the path from which to start the search"
|
|
/M\t"Search files according to the specified search mask"
|
|
/S\t"Instruct the forfiles command to search in subdirectories recursively"
|
|
/C\t"Run the specified command on each file"
|
|
/D\t"Select files with a last modified date within the specified time frame"
|
|
/?\t"Show help"'
|