From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A02623899430; Fri, 16 Sep 2022 17:42:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A02623899430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663350144; bh=7Fq0/QjjQaTImrzr70v9OLkP8iS+qGi/+HQxXO2wwnY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=llUtugB7Wmzp68+3hPHJYvrsp8/nbOkkGlokPrz4l97CMoETC8h0hP0PayOMylyRa +OQa4wVfx1NeLGjVAEeu2U4wJC3Raovack0nLwmGpfAznOf9q3zAHNXSCdeK71af7w D60UD/aYxpruFWbe7hwguI2hnxccoMXihSdyJ3a0= From: "serhei at serhei dot io" To: bunsen@sourceware.org Subject: [Bug bunsen/25090] Improve & standardize command line args parsing Date: Fri, 16 Sep 2022 17:42:24 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bunsen X-Bugzilla-Component: bunsen X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: serhei at serhei dot io X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: serhei at serhei dot io X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D25090 Serhei Makarov changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[v1.0] improved command |Improve & standardize |line args parsing |command line args parsing Assignee|bunsen at sourceware dot org |serhei at serhei do= t io CC| |bunsen at sourceware dot o= rg --- Comment #3 from Serhei Makarov --- This is still a concern for the new master branch. The current code is limi= ted to standard argparser functionality. At a bare minimum, the scripts should = be able to accept arguments from the command line or from a configuration file= , or a combination of both. There are also a number of 'standard' arguments around querying/formatting which tend to cause code duplication. This could be solved either with libr= ary code or by factoring scripts more carefully into separate pipeline steps. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=