mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
4a69db27cd
commit
1c9708a457
1 changed files with 8 additions and 8 deletions
|
@ -655,7 +655,7 @@ def run(cmd,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
@ -1064,7 +1064,7 @@ def run_stdout(cmd,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
@ -1247,7 +1247,7 @@ def run_stderr(cmd,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
@ -1429,7 +1429,7 @@ def run_all(cmd,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
@ -1610,7 +1610,7 @@ def retcode(cmd,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
@ -1844,7 +1844,7 @@ def script(source,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
@ -2057,7 +2057,7 @@ def script_retcode(source,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
@ -2320,7 +2320,7 @@ def run_chroot(root,
|
|||
Shell to execute under. Defaults to the system default shell.
|
||||
|
||||
python_shell
|
||||
If True, let python handle the positional arguments. Set to False
|
||||
If False, let python handle the positional arguments. Set to True
|
||||
to use shell features, such as pipes or redirection
|
||||
|
||||
env
|
||||
|
|
Loading…
Add table
Reference in a new issue