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 was 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.
I'm trying to write the following doc string to have a form for the
-sflag, and also provide it documentation.Is this possible?