Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. alexandrufazakas@ct-lt-892:/tmp/bst_tests$ bst --version
  2. 1.2.7
  3. alexandrufazakas@ct-lt-892:/tmp/bst_tests$ bst init -h
  4. Usage: bst init [OPTIONS]
  5.  
  6. Initialize a new BuildStream project
  7.  
  8. Creates a new BuildStream project.conf in the project directory.
  9.  
  10. Unless `--project-name` is specified, this will be an interactive session.
  11.  
  12. Options:
  13. --project-name TEXT The project name to use
  14. --format-version INTEGER The required format version (default: 12)
  15. --element-path PATH The subdirectory to store elements in (default:
  16. elements)
  17. -f, --force Allow overwriting an existing project.conf
  18. -h, --help Show this message and exit.
  19. alexandrufazakas@ct-lt-892:/tmp/bst_tests$ bst init -C test1/
  20. Usage: bst init [OPTIONS]
  21. Try "bst init -h" for help.
  22.  
  23. Error: no such option: -C
  24. alexandrufazakas@ct-lt-892:/tmp/bst_tests$ bst init --directory test1/
  25. Usage: bst init [OPTIONS]
  26. Try "bst init -h" for help.
  27.  
  28. Error: no such option: --directory
  29. alexandrufazakas@ct-lt-892:/tmp/bst_tests$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement