You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
I'm trying to write the following doc string to have a form for the -s flag, and also provide it documentation.
Usage:
oursh -c [options] <command_string> [<command_name> [<arguments>...]]
Options:
-c read commands from the `command_string` operand. set the value of
special parameter 0 (see section 2.5.2, special parameters) from the
value of the `command_name` operand and the positional parameters
($2, $2, and so on) in sequence from the remaining `arguments`
operands. no commands shall be read from the standard input.
Is this possible?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to write the following doc string to have a form for the
-s
flag, and also provide it documentation.Is this possible?
The text was updated successfully, but these errors were encountered: