wraptool.1 765 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .TH WRAPTOOL "1" "March 2017" "meson 0.39.1" "User Commands"
  2. .SH NAME
  3. wraptool - source dependency downloader
  4. .SH DESCRIPTION
  5. Wraptool is a helper utility to manage source dependencies
  6. using the wrapdb database.
  7. .B wraptool <
  8. .I command
  9. .B > [
  10. .I options
  11. .B ]
  12. You should run this command in the top level source directory
  13. of your project.
  14. .SS "Commands:"
  15. .TP
  16. \fBlist\fR
  17. list all available projects
  18. .TP
  19. \fBsearch\fR
  20. search projects by name
  21. .TP
  22. \fBinstall\fR
  23. install a project with the given name
  24. .TP
  25. \fBupdate\fR
  26. update the specified project to latest available version
  27. .TP
  28. \fBinfo\fR
  29. show available versions of the specified project
  30. .TP
  31. \fBstatus\fR
  32. show installed and available versions of currently used subprojects
  33. .SH SEE ALSO
  34. http://wrapdb.mesonbuild.com/