()
| 79 | } |
| 80 | |
| 81 | func printHead() { |
| 82 | println(` |
| 83 | This utility will walk you through creating a boss.json file. |
| 84 | It only covers the most common items, and tries to guess sensible defaults. |
| 85 | |
| 86 | Use 'boss install <pkg>' afterwards to install a package and |
| 87 | save it as a dependency in the boss.json file. |
| 88 | |
| 89 | Press ^C at any time to quit. |
| 90 | `) |
| 91 | } |