1 | | It makes sense to me that `tahoe stop` would have the same default as `tahoe start` for what basedir is operates on. We also need to think about compatibility with existing usage habits and scripts. We could potentially add a `tahoe stop --all`, however its implementation would have to be platform dependent (using either `ps` or `/proc` on Unix, and I-don't-know-what on Windows.) |
| 1 | It makes sense to me that `tahoe stop` would have the same default as `tahoe start` for what basedir it operates on. We also need to think about compatibility with existing usage habits and scripts. |
| 2 | |
| 3 | We could potentially add a `tahoe stop --all`, however its implementation would have to be platform-dependent (using either `ps` or `/proc` on Unix, and I-don't-know-what on Windows.) |