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=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9265B1F9FC; Thu, 25 Mar 2021 08:32:07 +0000 (UTC) Date: Thu, 25 Mar 2021 08:32:07 +0000 From: Eric Wong To: meta@public-inbox.org Subject: does "lei init" even need to exist? Message-ID: <20210325083207.GA30551@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: 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... I'd honestly forgotten the command exists until now.