Skip to content

Commit

Permalink
Add create cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hhrutter committed Nov 30, 2021
1 parent e9bf071 commit 9616d4b
Show file tree
Hide file tree
Showing 215 changed files with 13,686 additions and 11,822 deletions.
1 change: 1 addition & 0 deletions cmd/pdfcpu/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func initCommandMap() {
"changeopw": {processChangeOwnerPasswordCommand, nil, usageChangeOwnerPW, usageLongChangeUserPW},
"changeupw": {processChangeUserPasswordCommand, nil, usageChangeUserPW, usageLongChangeUserPW},
"collect": {processCollectCommand, nil, usageCollect, usageLongCollect},
"create": {processCreateCommand, nil, usageCreate, usageLongCreate},
"crop": {processCropCommand, nil, usageCrop, usageLongCrop},
"decrypt": {processDecryptCommand, nil, usageDecrypt, usageLongDecrypt},
"encrypt": {processEncryptCommand, nil, usageEncrypt, usageLongEncrypt},
Expand Down

0 comments on commit 9616d4b

Please sign in to comment.