From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 0/3] add "call" command
Date: Sat, 26 Sep 2020 16:13:29 +0200 [thread overview]
Message-ID: <6503.1601129609@gemini.denx.de> (raw)
In-Reply-To: <b2395001-191c-31f3-2682-ac3e9fcff236@gmx.de>
Dear Heinrich,
In message <b2395001-191c-31f3-2682-ac3e9fcff236@gmx.de> you wrote:
>
> > Nice idea! Only we should do a better syntax (options preceeding
> > argument), i. e.
> >
> > run [ --args argv ] varname1 varname2 ...
> >
> > where argv would be the name of a variale to hold the arguments (as
> > a comma (?) separated list) ?
> In another mail you suggested "run arg1 arg2 ... -- varname1 varname2".
I was commenting on another suggestion.
> Whether arguments or script names are first or last does not make much
> of a difference for the implementation effort. Any way you have to loop
> over all arguments to find the separator "--".
It does not make a differenc in terms of implementation, but
tradition in UNIX systems is to have
command_name [ -options ... ] arguments
i. e. options always came first.
It is only later tools that ignored how a proper program (TM) should
behave ;-)
> "better syntax" does not apply here as the two alternatives have the
> same expressivity, and need the same amount of typing and learning. It
> is a matter of taste.
Indeed. One is more pretty, and the other one is more ugly ;-)
> > Do you have an idea how the "script" would pull out the arguments
> > from that variable?
>
> Rasmus already suggested $1 .. $9 for the positional arguments (where
> counting should not stop at 9).
Fine with me.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The universe does not have laws - it has habits, and habits can be
broken.
next prev parent reply other threads:[~2020-09-26 14:13 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 11:19 [PATCH 0/3] add "call" command Rasmus Villemoes
2020-09-25 11:19 ` [PATCH 1/3] cli_hush.c: refactor handle_dollar() to prepare for cmd_call Rasmus Villemoes
2020-09-25 13:02 ` Wolfgang Denk
2020-09-25 11:19 ` [PATCH 2/3] cli_hush.c: add "call" command Rasmus Villemoes
2020-09-25 13:18 ` Rasmus Villemoes
2020-09-26 8:37 ` Wolfgang Denk
2020-09-25 11:19 ` [PATCH 3/3] ut: add small hush tests Rasmus Villemoes
2020-09-25 11:52 ` [PATCH 0/3] add "call" command Heinrich Schuchardt
2020-09-25 12:36 ` Rasmus Villemoes
2020-09-25 13:09 ` Wolfgang Denk
2020-09-25 13:38 ` Rasmus Villemoes
2020-09-25 13:38 ` Heinrich Schuchardt
2020-09-25 13:51 ` Rasmus Villemoes
2020-09-26 8:55 ` Wolfgang Denk
2020-09-26 8:51 ` Wolfgang Denk
2020-09-26 10:39 ` Heinrich Schuchardt
2020-09-26 14:13 ` Wolfgang Denk [this message]
2020-09-25 12:59 ` Wolfgang Denk
2020-09-25 14:40 ` Simon Glass
2020-09-26 14:02 ` Wolfgang Denk
2020-09-29 17:45 ` Tom Rini
2020-09-30 11:46 ` Wolfgang Denk
2020-10-07 7:20 ` [PATCH v2 0/3] allow positional arguments with "run" Rasmus Villemoes
2020-10-07 7:20 ` [PATCH v2 1/3] cli_hush.c: refactor handle_dollar() to prepare for "run with arguments" Rasmus Villemoes
2020-10-12 3:34 ` Simon Glass
2020-10-07 7:20 ` [PATCH v2 2/3] allow positional arguments with "run" command Rasmus Villemoes
2020-10-12 3:34 ` Simon Glass
2020-10-12 7:06 ` Rasmus Villemoes
2020-10-15 15:05 ` Simon Glass
2020-10-15 22:06 ` Rasmus Villemoes
2020-10-19 7:31 ` Wolfgang Denk
2020-10-19 8:31 ` Rasmus Villemoes
2020-10-19 8:49 ` Wolfgang Denk
2020-10-07 7:20 ` [PATCH v2 3/3] ut: add small hush tests Rasmus Villemoes
2020-10-12 3:34 ` Simon Glass
2020-11-05 7:25 ` [PATCH v2 0/3] allow positional arguments with "run" Rasmus Villemoes
2020-11-06 20:52 ` Tom Rini
2020-11-08 13:28 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6503.1601129609@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox