petejkim / autoparts

package manager for nitrous.io
BSD 2-Clause "Simplified" License
81 stars 84 forks source link

Do not start packages on `parts init -`, only if --start option given #106

Closed keyist closed 10 years ago

keyist commented 10 years ago

The command eval $(parts init -) was previously encouraged and used in docs, causing stray output from packages starting to be evaluated. We now require an explicit --start option to run package starts.

chuyeow commented 10 years ago

LGTM