Re: task list
Lionel Elie Mamane <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 13, 2006 at 01:05:42PM +0100, Ludovic CourtÚs wrote: > Andy Tai <[email protected]> writes: >> tla my-revision-lirary => tla library-dir >> tla make-archive => tla archive-create > Wait. The current naming is not as ``principled'' as the one proposed > by Stefan, but it is *consistent*. > As for the naming scheme, I find the current one quite nice in fact. > Unlike Stefan's, it's not systematic, but it has the advantage of > being human-readable and concise, which is a good thing for a CLI. For example, commands that set/query a default value or a setting start with "my-". It makes things easier for humans to remember, which is the goal in the end. I prefer that the shell autocompletion rules writer has to do _once_ a list of: my-default-archive make-archive ... expect an archive name as argument and easier for _all_ users than permitting the autocompletion writer to say "archive-* expects an archive name" and make it more difficult for all users. -- Lionel