Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <[email protected]>
  • Loading branch information
jace-roell committed Nov 7, 2024
1 parent 37c3422 commit 8e2bb44
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,9 @@ Array [
"description": "Recursively upload all files from the \\"local_dir\\" directory to the \\"/a/ibmuser/my_dir\\" USS directory, specifying files to ignore and file encodings in the local file my_global_attributes",
"options": "\\"local_dir\\" \\"/a/ibmuser/my_dir\\" --recursive --attributes my_global_attributes",
},
Object {
"description": "Upload all files from the \\"local_dir\\" directory to the \\"/a/ibmuser/my_dir\\" USS directory using IBM-1047 encoding",
"options": "\\"local_dir\\" \\"/a/ibmuser/my_dir\\" --encoding \\"IBM-1047\\"",
},
]
`;

0 comments on commit 8e2bb44

Please sign in to comment.