Advertisement
zefie

I never was good at documentation

Aug 15th, 2014
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. Z:\zefie\Documents\Visual Studio 2013\Projects\ZefieCmd\ZefieCmd\bin\Release>zefie.exe --help
  2. Zefie.dll Command Interface
  3. Usage: zefie.exe [options] command value
  4. Available Commands:
  5.  
  6. Hashing:
  7. md5 sha1 sha256 sha384 sha512
  8.  
  9. Options:
  10. -q, --quiet Do not print filename with result
  11.  
  12. Acceptable Values:
  13. [filename, blank for stdin]
  14.  
  15. Encryption:
  16. encrypt decrypt
  17.  
  18. Options:
  19. -r, --raw Raw binary data, instead of Base64
  20.  
  21. Acceptable Values:
  22. password [filename or text, blank for stdin]
  23.  
  24. File Browsing:
  25. openfile openfiles savefile
  26.  
  27. Acceptable Values:
  28. [title] [starting folder] [filter]
  29.  
  30. Folder Browsing:
  31. folder
  32.  
  33. Acceptable Values:
  34. [title] [show new folder button (yes/y/true/1 or no/n/false/0)]
  35.  
  36. Windows Form Dialogs:
  37. msgbox errordialog confirmdialog promptdialog
  38.  
  39. Acceptable Values:
  40. message text [title]
  41.  
  42. Random Hex String:
  43. genhex
  44.  
  45. Acceptable Values:
  46. length
  47.  
  48. Random String:
  49. genstr
  50.  
  51. Acceptable Values:
  52. length [characters]
  53.  
  54. Random Number:
  55. gennum
  56.  
  57. Acceptable Values:
  58. [max] or [min] [max]
  59.  
  60. Math:
  61. percent eval
  62.  
  63. Acceptable Values:
  64. percent: value max
  65. eval takes an expression, for example: 9*9/2
  66.  
  67. Other stuff:
  68. substring (string) (start) (length)
  69. contains (haystack) (needle)
  70.  
  71. Z:\zefie\Documents\Visual Studio 2013\Projects\ZefieCmd\ZefieCmd\bin\Release>zefie.exe scaleimage
  72. Usage: zefie.exe scaleimage infile (WxH OR Width OR #%) outfile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement