Coverage for lib/ansible/plugins/shell/csh.py : 94%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Copyright (c) 2014, Chris Church <chris@ninemoreminutes.com> # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
name: csh plugin_type: shell version_added: "" short_description: C shell (/bin/csh) description: - When you have no other option than to use csh extends_documentation_fragment: - shell_common '''
# Common shell filenames that this plugin handles # Family of shells this has. Must match the filename without extension
# How to end lines in a python script one-liner
return 'env %s' % super(ShellModule, self).env_prefix(**kwargs) |