From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C4D5E1F9FC for ; Fri, 26 Mar 2021 01:15:34 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1616721332; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=r+1f560eRK1iyo3JIQ1/GffA4X92g60QHq1dJCAAsVg=; b=R6pcpSEvTc04bBQfy7SGDY0k2YSh4qKkvrd4uZG+qjlxvmQ9JNTDZefD6i+QCSXRdFx+yj /BbY1PZxbFlefgj7YxeAKEbMA7ZeJHqLYWNWuE/u51Nv3C2N1yZF7H1/XFQgXojsuKKFtW IsLr4pjGkB6ok2p7/31glBNycgtRdEmhUYSSaYLZIUqEfNKAhA62TW4SunzdVb5Ue7eqnh aRATiO7P/VW7utOFlCZrjdOS7VafHZnJYehFJv/Z5yyDHlA1ANEk6+j8EpbwrGUUCmPFmX mdml+aPKbcTZ9VpPg6/xjE4PUGRfpq98YxLGeTSfKrsd5uoxWMsUtmaFTE7LoQ== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: does "lei init" even need to exist? In-Reply-To: <20210325083207.GA30551@dcvr> References: <20210325083207.GA30551@dcvr> Date: Thu, 25 Mar 2021 21:15:30 -0400 Message-ID: <87wntusojx.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > All the commands just initialize the config and store on an > as-needed basis, so I'm starting to think it's an unnecessary > thing I mindlessly copied from git... If somebody wants to use some place other than $XDG_DATA_HOME/lei/store, I guess `lei init /other/location' provides an easy way to do that. I'm not really sure there's much value in that, though.