On Wed, Mar 24, 2010 at 1:16 PM, Stephen Boyd <bebarino@xxxxxxxxx> wrote: > On Wed, Mar 24, 2010 at 11:53 AM, Chris Packham <judge.packham@xxxxxxxxx> wrote: >> >> +USAGE='[-r|--recursive] [-a|--add <dir>] [-f|--force -d|--delete <dir>]' > [...] >> +case $oper in >> + add) add_alternate ;; >> + del) del_alternate ;; >> + *) show_alternates ;; >> +esac > > From a very high-level this should probably be more like git remote > and git notes. 'add' and 'delete' would be subcommands instead of > options. Plus you might have an explicit subcommand for show (or > list?). Something like > > git alternates [show] [-r|--recursive] > git alternates add <dir> > git alternates delete [-f|--force] <dir> > I like that suggestion. I'd have to figure out the option parsing but should be doable. This is of course assuming it remains its own command set and isn't rolled into something else. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html