[tahoe-dev] [tahoe-lafs] #986: 'tahoe run' and 'tahoe start' should be one command
tahoe-lafs
trac at allmydata.org
Mon Mar 8 22:57:09 PST 2010
#986: 'tahoe run' and 'tahoe start' should be one command
-------------------------------+--------------------------------------------
Reporter: JeremyVisser | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: undecided
Component: code-frontend-cli | Version: 1.6.0
Keywords: | Launchpad_bug:
-------------------------------+--------------------------------------------
Initially, I was slightly confused by the difference between {{{tahoe
run}}} and {{{tahoe start}}}. Of course, reading the docs clears it up,
but I can foresee getting the two mixed up in future, especially during
late nights. {{{:)}}}
Generalising from experience, most applications either fork by default and
have a flag to stop it forking, or don't fork by default, and have a flag
to fork if the user desires. So it's a switch, rather than separate
commands.
I suggest adding either the {{{tahoe start --daemon}}} or {{{tahoe start
--foreground}}} switches. The former if you want foreground to be default,
or the latter if you want daemonising to be default.
Not sure if it conflicts with any other switches, but {{{-d}}} and
{{{-f}}} are choicy short versions of the above.
Any thoughts?
--
Ticket URL: <http://allmydata.org/trac/tahoe/ticket/986>
tahoe-lafs <http://allmydata.org>
secure decentralized file storage grid
More information about the tahoe-dev
mailing list