Skip to content

Commit

Permalink
fix-code: mbapy\storage\mbapy-cli-scripts-list.json: add copy_file fo…
Browse files Browse the repository at this point in the history
…r cp as a new exec_name
  • Loading branch information
BHM-Bob committed Jun 6, 2024
1 parent c2e326f commit a094ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbapy/storage/mbapy-cli-scripts-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
{
"name": "copy file",
"script name": "copy_file",
"exec_names": ["cp", "copy-file"],
"exec_names": ["cp", "copy-file", "copy_file"],
"brief": "copy files with specific suffix or sub-string in name",
"detailed": "The script provided is a Python utility designed to move files with specific suffixes or substrings in their names from a source directory to a destination directory. It uses the `argparse` library to parse command-line arguments and provides a user-friendly interface for file manipulation tasks."
},
Expand Down

0 comments on commit a094ffd

Please sign in to comment.